File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -83,12 +83,11 @@ If you find yourself running out of disk space, you can try deleting old version
83
83
| Platform | Path |
84
84
| -------- | ------------------------------------------------------------------------------- |
85
85
| macOS | ` ~/Library/Application\ Support/Code/User/globalStorage/haskell.haskell/.ghcup ` |
86
- | Windows | ` %APPDATA%\Code\User\globalStorage\haskell.haskell/ ghcup ` |
86
+ | Windows | ` %APPDATA%\Code\User\globalStorage\haskell.haskell\ ghcup ` |
87
87
| Linux | ` $HOME/.config/Code/User/globalStorage/haskell.haskell/.ghcup ` |
88
88
89
- Note that if ` haskell-language-server-wrapper ` /` haskell-language-server ` is already on the PATH or you have set the
90
- ` haskell.serverExecutablePath ` option, then the extension will try to launch it directly, and only fall back to
91
- downloading other binaries if these are unsuitable and ` haskell.manageHLS ` is set to ` true ` .
89
+ If you want to manage HLS yourself, set ` haskell.manageHLS ` to ` false ` and make sure HLS is in your PATH
90
+ or set ` haskell.serverExecutablePath ` to a valid executable.
92
91
93
92
You can also tell HLS to use your system provided ghcup by setting ` haskell.useSystemGHCup ` to ` true ` (default is ` false ` ).
94
93
You can’t perform that action at this time.
0 commit comments