đź“ť Edit page
âž• Add page
Export and publish
Share your extension with the world
Uncategorized Links
-
Publishing extensions
- In VS Code docs. See this page for detailed instructions.
-
Azure DevOps homepage
- Publish a VS Code extension to the Marketplace.
-
Manage Publishes and Extensions
- On the Marketplace. Create a publisher. Review extension installs and ratings.
- On the Marketplace. Create a publisher. Review extension installs and ratings.
CLI
-
VSCE command
- cheatsheet on my Dev Cheatsheets.
-
VSCE CLI docs
vsce is the command line tool you’ll use to publish extensions to the Extension Marketplace.
-
vsce
- package on NPM
-
microsoft/vscode-vsce
- GitHub repo
vsce, short for “Visual Studio Code Extensions”, is a command-line tool for packaging, publishing and managing VS Code extensions.
- GitHub repo
First, make sure you can build your extension and install and run it in VS Code.
Then this page will help export the extension archive and to publish to the VS Code Marketplace so that others can download and install your extension.
Related
See Publish in my VS Code Extensions recipes.