Skip to content

Commit 56b9369

Browse files
committed
Remove ambiguous ref to wrapper
1 parent 4449708 commit 56b9369

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ process haskell files on save.
5757

5858
### HIE Variant
5959

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`
6363
when it will be stable enough.
6464

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:
6868

6969
* `haskell-ide-engine`: It supports all of them.
7070
* `ghcide`: It does not support any of them.

0 commit comments

Comments
 (0)