vscode / publish-to-azure-marketplace
- Requires 10min work to setup. Once setup, publish is just two CLI commands
- vsce package
- vsce publish
- Setup
- 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