Skip to content

Commit a551c65

Browse files
authored
Clraify that hie-wrapper is now the default
And fix a typo on the liquid haskell enable
1 parent 9c418cc commit a551c65

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,18 @@ If the liquid haskell executable is installed, enable using it to
4848
process haskell files on save.
4949

5050
```
51-
"languageServerHaskell.hlintOn": true,
51+
"languageServerHaskell.liquidOn": true,
5252
```
5353

5454
#### HIE Wrapper
5555

5656
Furthermore, the extension supports multiple ways of initializing hie,
57-
depending on your needs. The first one is to use the hie-wrapper that
58-
follows this extension, and tries to pick the right hie for your GHC
59-
version. The following,
60-
61-
```json
62-
"languageServerHaskell.useHieWrapper": true,
63-
```
64-
65-
makes VSCode use the `hie-wrapper.sh` file to start hie through. This does assume that you built the hie executable using make build, but will fall back to plain hie. This will take precedence over `hieExecutablePath`.
57+
depending on your needs. The default one uses the `hie-vscode.[sh|bat]`
58+
file to start hie through. This will attempt to start via `hie-wrapper`
59+
if it is on the vscode path, otherwise fall back to `hie`.
60+
The`hie-wrapper` executable is installed using `make build`,
61+
together with the other GHC version specific `hie-8.x` executables.
62+
This will take precedence over `hieExecutablePath`.
6663

6764
#### Custom Wrapper
6865

0 commit comments

Comments
 (0)