diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f06d13d1..a98f03ff 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,7 +52,7 @@ To build Void, first open `void/` in VSCode. Then: npm install ``` -2. Build Void's React components by running `cd ./src/vs/workbench/contrib/void/browser/react/`, and executing the build script with `node ./build.js`. You might need to run `npm i -g tsup` if this doesn't work. +2. Build Void's React components by running `cd ./src/vs/workbench/contrib/void/browser/react/`, and executing the build script with `node ./build.js`. 3. Press Ctrl+Shift+B, or if you prefer using the terminal run `npm run watch`.