This repository is configured for automatic publishing to the VS Code Marketplace when code is pushed to the main branch.
- ✅ Automatic version bumping (patch version)
- ✅ TypeScript compilation
- ✅ Extension packaging
- ✅ Marketplace publishing
- ✅ GitHub release creation
- ✅ VSIX file upload to releases
You can also manually trigger the workflow from the GitHub Actions tab.
- Each push to main automatically increments the patch version
- Version changes are committed back to the repository
- Git tags are created for each release
Consider setting up branch protection rules for the main branch to require:
- Pull request reviews
- Status checks to pass
- Up-to-date branches before merging