- Requires 10min work to setup. Once setup, publish is just two CLI commands
- vsce package
- vsce publish
- Setup
- Referring to https://code.visualstudio.com/api/working-with-extensions/publishing-extension
- Install vsce using npm
- The
vsce packagecan be run locally easily without any APIKEY - Go to Azure Devops to setup your organization and project and prepare an APIKEY with proper permission
- use the APIKEY to run
vsce login <org-name> vsce publish