Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 703 Bytes

PUBLISH.md

File metadata and controls

16 lines (13 loc) · 703 Bytes

Steps to publish

  • Update CHANGELOG.md.
  • Bump up the version in package.json. Follow semantic versions.
  • Commit and push master to GitHub
  • Test the changes by packaging the extension. vsce package
  • Test the changes by deleting node_modules and do a fresh install
  • vsce login varunkumar
  • Generate new Personal Access Token from https://varunkumarn.visualstudio.com/ > Profile > Security (Organizations: All accessible organizations, Scopes: Marketplace-Manage)
  • vsce publish to publish the package

Steps to publish to open-vsx