-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TASK: Automated VS Code Extension Publishing #97
Comments
I see the branch https://github.com/ecadlabs/taqueria/tree/taqueria-initial-vscode already been created by @carte7000 for the VS code extension. To facilitate code review of actual business logic of the VS code extension I'll create a separate PR only including the VS Code Extension scaffolding instead of including both scaffold + Github Action pipeline in the same PR as it could be confusing to navigate. |
#132 closed this issue however that PR wasn't fully done. I'm opening a new PR to fix the VSCode extension publish job |
This is done. The VSCode Extension pipeline is triggered whenever there are code changes inside VS Code Marketplace link: https://marketplace.visualstudio.com/items?itemName=ecadlabs.taqueria |
Description
Create the CI/CD pipeline for building and deploying the VS Code extension to the marketplace.
Acceptance Criteria
Additional Context and Related Items
https://code.visualstudio.com/api/working-with-extensions/continuous-integration
The text was updated successfully, but these errors were encountered: