File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -57,14 +57,14 @@ process haskell files on save.
57
57
58
58
### HIE Variant
59
59
60
- Since ` 0.40 ` the extension no longer uses the wrapper. It has been replaced by a selection over
61
- the three supported language servers: ` haskell-ide-engine ` , ` ghcide ` and ` haskell-language-server ` .
62
- The default one is ` haskell-ide-engine ` , although it will be changed to ` haskell-language-server `
60
+ Since ` 0.40 ` the extension hasa selection over the three supported language servers:
61
+ ` haskell-ide-engine ` , ` ghcide ` and ` haskell-language-server ` .
62
+ The default one is ` haskell-ide-engine ` , although it will be changed by ` haskell-language-server `
63
63
when it will be stable enough.
64
64
65
- The extension will look for the executable in ` $PATH ` and it will call it with the appropiate params
66
- depending on the extension settings. However, not all extension settings can be applied to all the language
67
- servers:
65
+ The extension will look for the language server executable in ` $PATH ` and it will call it
66
+ with the appropiate params depending on the extension settings.
67
+ However, not all extension settings can be applied to all the language servers:
68
68
69
69
* ` haskell-ide-engine ` : It supports all of them.
70
70
* ` ghcide ` : It does not support any of them.
You can’t perform that action at this time.
0 commit comments