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
ci(github): add delay before triggering update examples
Introduce a 30-second sleep in the prerelease and release workflows to allow preceding steps to complete before updating example versions.
ci(workflows): Update permissions in prerelease and release workflows
Remove `packages` and add `issues` permissions for better alignment with workflow requirements.
ci(publish-azure): Refactor VSIX publishing logic
Extract inline PowerShell script from action.yml into a reusable publish-vsix function in utilities.ps1. This improves maintainability and organization of the CI workflow.