We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TLDR: Install Node.js and optionally Make
Install node and npm on Windows
node
npm
winget install Node.js echo Add "C:\Program Files\nodejs" to your path and restart your terminal program
Install node and npm on Ubuntu/Debian
sudo apt install nodejs
npm run build
or
make
Building results in a .vsix file which is basically JavaScript and a few other files archived, and the .zip file is renamed as .vsix.
npm run watch
make watch
If you install it while using it, you must restart the extensions.
npm run install
make install
Installing the Extension