Skip to content

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.

  1. Install vsce

npm install -g vsce

  1. Package the extension

vsce package

  1. Do a quick test with packaged extension

  2. Upload it to the marketplace

https://marketplace.visualstudio.com/ -> publish extensions -> more actions -> update