-
Notifications
You must be signed in to change notification settings - Fork 306
How to publish to Marketplace
Daniel Ye edited this page Apr 18, 2018
·
1 revision
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.
- 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)
- 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.