# vsce VSCode Extension Manager ## Development Clone the repo. Then, ``` cd vscode-extension-manager npm install npm link ``` This will add `vsce` to your `$PATH`. Verify it by running: ``` vsce help ```