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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -591,10 +591,10 @@ If you want to test HLS while hacking on it, follow the steps below.
591
591
To do once:
592
592
- Open some codebase on which you want to test your hacked HLS in your favorite editor
593
593
- Configure this editor to use your custom HLS executable
594
-
- With Cabal: `<path to HLS project>/haskell-language-server/dist-newstyle/build/<os>/<ghc version>/haskell-language-server-<HLS version>/x/haskell-language-server/build/haskell-language-server/haskell-language-server`
595
-
- This value can be found by running `cabal exec which haskell-language-server`
596
-
- With Stack: `<path to HLS project>/haskell-language-server/.stack-work/dist/<os>/Cabal-<Cabal version>/build/haskell-language-server/haskell-language-server`
597
-
- This value can be found by running `$(stack path --dist-dir)/build/haskell-language-server/haskell-language-server`
594
+
- With Cabal:
595
+
- On Unix systems:`cabal exec which haskell-language-server`
596
+
- On Windows: `cabal exec where haskell-language-server`
597
+
- With Stack:`$(stack path --dist-dir)/build/haskell-language-server/haskell-language-server`
598
598
599
599
To do every time you changed code and want to test it:
0 commit comments