Skip to content

Commit 14e3a31

Browse files
authored
Rephrase download older hls versions
1 parent 464e822 commit 14e3a31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@ The environment _only will be visible for the lsp server_, not for other extensi
7373

7474
This extension will download `haskell-language-server` binaries to a specific location depending on your system.
7575

76-
It will download the newer version of the server which has support for the required ghc.
76+
It will download the newest version of haskell-language-server which has support for the required ghc.
7777
That means it could use an older version than the latest one, without the last features and bug fixes.
78+
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.
7879

7980
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.
8081

0 commit comments

Comments
 (0)