Marketplace publisher ID: edgeless-systems Marketplace publisher page: https://marketplace.visualstudio.com/manage/publishers/edgeless-systems
Note: The marketplace accepts only
major.minor.patchversions. To publish a pre-release before an actual release follow the guidelines.
The extension is published via a GitHub Workflow:
- create a new branch named
release/VERSION, whereVERSIONis the version from package.json - push it to the repo
To publish an extension, login and run vsce publish as described here.
vsce login edgeless-systems
vsce publishTo login, you need a personal access token.
Folow the description in the docs to unpublish an extension.