-
-
Notifications
You must be signed in to change notification settings - Fork 33
Publishing the extension
Almenon edited this page Oct 23, 2022
·
1 revision
The below guide may be outdated. See https://code.visualstudio.com/api/working-with-extensions/publishing-extension for latest.
- Install vsce
npm install -g vsce
- Package the extension
vsce package
-
Do a quick test with packaged extension
-
Upload it to the marketplace
https://marketplace.visualstudio.com/ -> publish extensions -> more actions -> update