- Add the npm folder to your PATH variable
C:\Users\YOUR_USERNAME\AppData\Roaming\npm
- Install dependencies
npm install
- Install VSCE globally
npm install -g @vscode/vsce
- To build your extension, simply run:
vsce package
code --install-extension flarial.vsix