Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit 18cf245

Browse files
committed
update readme for vs code
1 parent f9bac0a commit 18cf245

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)