- 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 publishto publish the package
- Generate new access token from https://open-vsx.org/user-settings/tokens
ovsx publish <file> -p $OVSX_PATto publish the package