Skip to content

Commit 978e07d

Browse files
hasufellfendor
authored andcommitted
Update README
1 parent 7a4c578 commit 978e07d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,11 @@ If you find yourself running out of disk space, you can try deleting old version
8383
| Platform | Path |
8484
| -------- | ------------------------------------------------------------------------------- |
8585
| 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` |
8787
| Linux | `$HOME/.config/Code/User/globalStorage/haskell.haskell/.ghcup` |
8888

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.
9291

9392
You can also tell HLS to use your system provided ghcup by setting `haskell.useSystemGHCup` to `true` (default is `false`).
9493

0 commit comments

Comments
 (0)