Skip to content

Publishing

Romain Tetley edited this page Oct 28, 2024 · 1 revision

This page is only interesting for maintainers of the package.

On Visual Studio Marketplace:

Fabian and Maxime have the rights/token for this

  • Install vsce via npm
  • vsce publish x.y.z in the git folder sets version, builds and publishes. Token needed.

On Open VSX:

Fabian has the rights/token for this

  • Install ovsx via npm
  • npx ovsx publish <file> -p <token> (doing after 'Visual Studio Marketplace' incremented the version and build the extension)
Clone this wiki locally