- Markus Weberndorfer
ONLY required for Windows users
Do these things BEFORE cloning the repo:
- Activate Developer Mode in Settings
- Enable git symlinks:
git config --global core.symlinks true
If symlinks still don't work with the given settings, see this StackOverflow answer: https://stackoverflow.com/a/59761201
Install dependencies
npm i
Start watcher
npm run watch
Start developing.
Change to webview dir and build
cd ./packages/webview && npm run build
Change to extension and package
npm install -g @vscode/vsce # if vsce not installed
cd ../extension && vsce package --out ../../
Now the package is located in the root directory