VS Code Extension Manager https://github.com/microsoft/vscode-vsce
Find a file
Joao Moreno 282b740301
1.69.0
2019-10-29 15:30:02 +01:00
.vscode Fix compile task 2019-05-09 14:25:58 +03:00
resources Add property for supported languages 2018-09-14 11:56:45 -07:00
src Merge commit 'refs/pull/208/head' of github.com:Microsoft/vscode-vsce into pr/208 2019-10-29 15:16:56 +01:00
test mocha opts 2016-09-22 16:30:50 +02:00
.gitignore remove package-lock.json 2019-01-17 08:37:20 +01:00
.npmignore fix types 2019-04-12 16:42:09 +02:00
azure-pipelines.yml improve node and yarn versions 2019-06-20 11:23:41 +02:00
LICENSE Update LICENSE 2015-11-18 15:16:54 +01:00
package.json 1.69.0 2019-10-29 15:30:02 +01:00
README.md Update README.md 2019-09-22 16:11:17 +05:30
ThirdPartyNotices.txt add ThirdPartyNotices.txt 2015-12-16 18:27:13 +00:00
tsconfig.json fix types 2019-04-12 16:42:09 +02:00
yarn.lock remove cpx 2019-10-01 14:42:10 +02:00

vsce

The Visual Studio Code Extension Manager

Build Status npm version

Requirements

Development

First clone this repository, then:

yarn
yarn watch # or `watch-test` to also run tests

Once the watcher is up and running, you can run out of sources with:

yarn vsce

Publish to NPM

Simply push a new tag and the CI will automatically publish to NPM. The usual flow is:

npm version [minor|patch]
git push --follow-tags

About

This tool assists in packaging and publishing Visual Studio Code extensions.

Read the Documentation on the VS Code website.