VS Code Extension Manager https://github.com/microsoft/vscode-vsce
Find a file
2015-11-17 11:54:55 +01:00
resources understand categories. fixes #23 2015-11-03 17:43:25 -08:00
src extract manifest validation 2015-11-17 11:54:55 +01:00
test add mime support 2015-10-14 11:18:34 +02:00
typings readme massaging 2015-10-29 18:15:56 +01:00
.gitignore fix tests 2015-10-19 09:15:08 +02:00
.npmignore add mime support 2015-10-14 11:18:34 +02:00
gulpfile.js also exclude dotfiles 2015-10-19 09:24:58 +02:00
LICENSE Create LICENSE 2015-11-11 16:35:22 +01:00
package.json 0.7.3 2015-11-16 17:34:17 +01:00
README.md Update README.md 2015-10-13 11:15:27 +02:00
tsconfig.json exclude node_modules and out from compilation 2015-10-13 15:28:01 +02:00
tsd.json add mime support 2015-10-14 11:18:34 +02:00

VSCode Extension Manager

This tool assists in publishing Visual Studio Code extensions.

Documentation

Usage

First, install using npm:

npm install -g vsce

Then, cd to your extension's directory. It is good practice to list the files that will be included in your extension's package, before you actually publish:

$ vsce ls
hello.js
package.json

Publish away:

$ vsce publish
Publishing uuid@0.0.1...
Successfully published uuid@0.0.1!