Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 783 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (21 loc) · 783 Bytes

CONTRIBUTING

How to develope this extension

We use yarn to manage dependencies. You can install yarn from here. Then, please run yarn to install dependencies.

Some useful scripts

  • yarn run compile: compile typescript files
  • yarn run watch: watch and compile typescript files automatically
  • yarn run package: package extension

How to submit to the marketplace

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