File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -78,11 +78,10 @@ process haskell files on save.
78
78
79
79
#### HIE Wrapper
80
80
81
- Furthermore, the extension supports multiple ways of initializing hie,
82
- depending on your needs. The default one uses the ` hie-vscode.[sh|bat] `
83
- file to start hie through. This will attempt to start via ` hie-wrapper `
84
- if it is on the vscode path, otherwise fall back to ` hie ` .
85
- The` hie-wrapper ` executable is installed using ` make build ` ,
81
+ Furthermore, the extension supports multiple ways of initializing hie, depending on your needs.
82
+ The default one uses the ` hie-vscode.[sh|bat] ` file to start hie through.
83
+ This will attempt to start via ` hie-wrapper ` if it is on the vscode path, otherwise fall back to ` hie ` .
84
+ The` hie-wrapper ` executable is installed using ` stack ./install.hs hie ` or ` ./cabal-hie-install hie ` ,
86
85
together with the other GHC version specific ` hie-8.x ` executables.
87
86
This will take precedence over ` hieExecutablePath ` .
88
87
You can’t perform that action at this time.
0 commit comments