rubberducker extension README
Run the extension locally
- run
npm run watch - watches webivew
- run
npm run eslint-watch - watches extension
- start debugging
Deploy
- Increment package.json version
npm run package - packages react into dist
- delete
rubberducker-x.x.x.vsix file
- run
vsce package - creates new vsix file & main/out.js
- run
vsce publish
| |