You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -208,7 +208,7 @@ The script will install the executables `haskell-language-server-wrapper` and `h
208
208
It will copy the latter appending the used ghc version, needed by the wrapper to choose the suitable version
209
209
for the project at hand.
210
210
211
-
So installing the executables directly with `stack install` or `cabal v2-install` may not be enough
211
+
So installing the executables directly with `stack install` or `cabal v2-install` may not be enough
212
212
for it to work properly.
213
213
214
214
Install haskell-language-server for the latest available and supported GHC version (and hoogle docs):
@@ -604,7 +604,7 @@ This returns an error in HLS if 'tasty-discover' is not in the path: `could not
604
604
### Style guidelines
605
605
606
606
The project includes a [`.editorconfig`](https://editorconfig.org) [file](https://github.com/haskell/haskell-language-server/blob/master/.editorconfig) with the editor basic settings used by the project.
607
-
However, most editors will need some action to honour those settings automatically.
607
+
However, most editors will need some action to honour those settings automatically.
608
608
For example vscode needs to have installed a specific [extension](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig).
609
609
Please, try to follow those basic settings to keep the codebase as uniform as possible.
610
610
@@ -645,7 +645,7 @@ If you want to test HLS while hacking on it, follow the steps below.
645
645
To do once:
646
646
- Open some codebase on which you want to test your hacked HLS in your favorite editor
647
647
- Configure this editor to use your custom HLS executable
648
-
- With Cabal:
648
+
- With Cabal:
649
649
- On Unix systems: `cabal exec which haskell-language-server`
650
650
- On Windows: `cabal exec where haskell-language-server`
651
651
- With Stack: `$(stack path --dist-dir)/build/haskell-language-server/haskell-language-server`
0 commit comments