We use yarn to manage dependencies. You can install yarn from here.
Then, please run yarn
to install dependencies.
yarn run compile
: compile typescript filesyarn run watch
: watch and compile typescript files automaticallyyarn run package
: package extension
Please see here.
Make sure you have Node.js installed. Then run:
npm install -g @vscode/vsce
Remember to change the version number in package.json
before publishing.
Then you can publish the extension by running:
vsce package
vsce publish