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: docs/plugin-tutorial.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ cabal update
43
43
cabal build
44
44
```
45
45
46
-
If you run into any issues trying to build the binaries, the #haskell-ide-engine IRC chat room in
46
+
If you run into any issues trying to build the binaries, the #haskell-language-server IRC chat room in
47
47
Freenode is always a good place to ask for help.
48
48
49
49
Once cabal is done take a note of the location of the `haskell-language-server` binary and point your LSP client to it. In VSCode this is done by editing the "Haskell Server Executable Path" setting. This way you can simply test your changes by reloading your editor after rebuilding the binary.
0 commit comments