You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -71,26 +71,27 @@ The environment _only will be visible for the lsp server_, not for other extensi
71
71
72
72
### Downloaded binaries
73
73
74
-
This extension will download `haskell-language-server` binaries via an (internal) ghcup to a specific location depending
75
-
on your system, unless you set the config option `haskell.manageHLS` to `false` (the default is `true`).
74
+
This extension will download `haskell-language-server` binaries either via an internal ghcup (it will download it automaticlaly)
75
+
or via a system ghcup (which must be present), unless you set the config option `haskell.manageHLS` to `PATH` (the extension
76
+
will ask you on first start).
76
77
77
-
It will download the newest version of haskell-language-server which has support for the required ghc.
78
+
It will then download the newest version of haskell-language-server which has support for the required ghc.
78
79
That means it could use an older version than the latest one, without the last features and bug fixes.
79
80
For example, if a project needs ghc-8.10.4 the extension will download and use haskell-language-server-1.4.0, the lastest version which supported ghc-8.10.4. Even if the lastest global haskell language-server version is 1.5.1.
80
81
81
-
If you find yourself running out of disk space, you can try deleting old versions of language servers in this directory. The extension will redownload them, no strings attached.
82
+
If you have disk space issues and use system ghcup, check `ghcup gc --help`.
83
+
If you have disk space issues and use the internal ghcup, check the following directories, depending on your platform
0 commit comments