File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ It is combined with [EO](https://github.com/objectionary/eo) editor. EO is based
43
43
cd back
44
44
# for the first time
45
45
direnv allow
46
+ # build for HLS
47
+ nix build
46
48
# start the server
47
49
nix run
48
50
```
@@ -59,4 +61,4 @@ It is combined with [EO](https://github.com/objectionary/eo) editor. EO is based
59
61
- If in VS Code, reload the window (` Ctrl` +` Shift` +` P` -> ` Developer: Reload window` ) and repeat previous commands to start the server and the client
60
62
61
63
- For Haskell, your shell will have [haskell-language-server](https://github.com/haskell/haskell-language-server)
62
- - For Purescript - [purescript-language-server](https://github.com/nwolverson/purescript-language-server)
64
+ - For Purescript - [purescript-language-server](https://github.com/nwolverson/purescript-language-server)
You can’t perform that action at this time.
0 commit comments