vsce-yarn-patch
v1.66.2
Published
VSCode Extension Manager
Downloads
2,169
Readme
vsce
The Visual Studio Code Extension Manager
Requirements
- Node.js at least
8.x.x
Development
First clone this repository, then:
yarn
yarn watch # or `watch-test` to also run testsOnce the watcher is up and running, you can run out of sources with:
yarn vscePublish 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-tagsAbout
This tool assists in packaging and publishing Visual Studio Code extensions.
Read the Documentation on the VS Code website.
