Skip to content

How to publish to Marketplace

Daniel Ye edited this page Apr 18, 2018 · 1 revision

One time Marketplace account setup.

1. Optional: explore VS Code Marketplace.

  • Scroll down to Filter by category/collection. Click "language packs" category to explore existing language packs.
  • Browser documentation of Publishing Extensions.

2. Create Marketplace account

  • Get a Personal Access Token by following instruction.
  • Run as Administrator of Command Prompt
  • Change directory to local vscode-loc repository
  • npm install -g vsce
  • vsce create-publisher (publisher name)
  • vsce login (publisher name)

Publish Language Pack extension to Marketplace.

  • Make sure you have right info like 'publisher' in package.json.
  • Language pack Content is ready for publish.
  • Run as Administrator of Command Prompt
  • Change directory to local vscode-loc repository
  • npm install -g vsce
  • Change directory to vscode-language-pack[languageID]
  • vsce publish This will publish the extension to Marketplace.
  • You will receive an email confirmation. Follow the link in email to manage your extension. Re-publish if necessary.