Home > Article > Development Tools > How to publish vscode plug-in
1. Create an account in Visual Studio Team Services
2. Access the homepage according to the name of the account. For example, my name is bingou-ms, and the homepage link is https://bingou-ms.visualstudi...
3. Click on personal information security in the upper right corner
4. Click add, the interaction here is really difficult to tell at a glance that this is a button
5. There will be a token after confirmation. Displayed, but it only displays once, be sure to keep it. Later command line operations will use
npm install vsce -g
vsce create-publisher (name )
vsce login (publisher name)
vsce publish (version)
6. Subsequent releases Just follow step four.
Recommended related articles and tutorials: vscode tutorial
The above is the detailed content of How to publish vscode plug-in. For more information, please follow other related articles on the PHP Chinese website!