You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create composite action for building VS Code extension to avoid
duplication between build and release workflows.
Changes:
- Created .github/actions/build-vscode-extension/action.yml
- Updated release.yml to use the composite action
- Added build-vscode-extension job to build.yml (CI workflow)
- Extension now builds on every PR and uploads as artifact
This ensures the extension builds are tested in CI and available
as artifacts for every PR.
_Generated with `cmux`_
0 commit comments