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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,15 @@ Repo for the VSCode Septic Extension with a monorepo structure.
4
4
5
5
## Development
6
6
7
+
Node is required for development and can be installed by using [node version manager](https://github.com/coreybutler/nvm-windows). After installation install node version 22 and select that version by running:
8
+
9
+
```bash
10
+
nvm install 22
11
+
nvm use 22
12
+
```
13
+
14
+
Nvm also installs npm.
15
+
7
16
[pnpm](https://pnpm.io/) is used as package manager for the project and manage the workspaces. To install:
0 commit comments