Notes Login: vsce login my-publisher-name Release command: vsce publish x -m "Release \`vx\`" Custom version without publish: npm version x -m "Release \`vx\`" Push local Git tags git push --follow-tags Remove local Git tag git tag -d v0.0.1