Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 587 Bytes

dev-guide.md

File metadata and controls

7 lines (7 loc) · 587 Bytes

Dev-Guide

To publish new versions

  1. Update the version number in package.json.
  2. Run sudo npm install -g vsce.
  3. Run vsce package to create a .vsix file. Make sure you have node version 14.17.0 or higher.
  4. To update the new version in the marketplace, run sudo npm cache clean -f, sudo npm install -g n, sudo n stable.
  5. Run vsce publish to publish the extension to the marketplace. Or, upload the .vsix file to the marketplace manually. You will need to login to your microsoft account.