An extension pack suitable if you use VueJS 3.
Included are extensions that I use with Quasar:
The vsix
files can be downloaded here
- Make changes
- Commit changes
- Update
CHANGELOG.md
- Update version in
package.json
(Format:v<major>.<minor>.<patch>
) - Commit changes
- Tag commit (Format:
v<major>.<minor>.<patch>
) - Push commits to remote
- Push tag to remote (
git push origin <tag name>
)
Delete tags:
- local tag -
git tag -d <tag name>
- remote tag -
git push -d origin <tag name>
Unpublish:
- Extension version - Use the web
- Extension -
vsce unpublish (publisher name).(extension name)