Generate .svg
icon .png
npm run icon:gen
Update version in package.json
- Verify contents to publish
vsce ls
- Package local
.vsix
for testingnpx vsce package
Run the following script to do a pre-release:
- Update version number in
package.json
(probably can use npm version but need to investigate) - Run
npm i
to update package-lock. - Commit change so that tag is based on latest.
- Run
pre-release
script targetting new version.
# Update pre-release version in command before running it
scripts/pre-release.sh 0.1.X
Still pre-release. See pre-release section above for now.
npx vsce publish patch --allow-star-activation
git push
git push --tags