VSCode Extension Manager
npm install vsce-yarn-patch 
- Node.js at least 8.x.x
First clone this repository, then:
``shwatch-test
yarn
yarn watch # or to also run tests`
Once the watcher is up and running, you can run out of sources with:
`sh`
yarn vsce
Simply push a new tag and the CI will automatically publish to NPM. The usual flow is:
`sh``
npm version [minor|patch]
git push --follow-tags
This tool assists in packaging and publishing Visual Studio Code extensions.
Read the Documentation on the VS Code website.