This repository was archived by the owner on Sep 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,12 @@ It is combined with [EO](https://github.com/objectionary/eo) editor. EO is based
3030
3131- Install [ direnv] ( https://nix.dev/tutorials/declarative-and-reproducible-developer-environments#direnv-automatically-activating-the-environment-on-directory-change ) - steps 1, 2
3232
33- - For [ VS Code] ( https://code.visualstudio.com/ ) , install extensions
33+ - For [ VS Code] ( https://code.visualstudio.com/ )
34+ - Install extensions
3435 ``` sh
3536 code --install-extension mkhl.direnv --install-extension haskell.haskell --install-extension nwolverson.ide-purescript
3637 ```
38+ - Open workspace in ` .vscode/try-phi.code-workspace `
3739
3840- In separate terminals:
3941 - backend dev
@@ -54,5 +56,7 @@ It is combined with [EO](https://github.com/objectionary/eo) editor. EO is based
5456 # or any other commands from package.json
5557 ` ` `
5658
59+ - 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+
5761- For Haskell, your shell will have [haskell-language-server](https://github.com/haskell/haskell-language-server)
5862- For Purescript - [purescript-language-server](https://github.com/nwolverson/purescript-language-server)
You can’t perform that action at this time.
0 commit comments