Run VSIX packaging validation for extension dependency PRs - #3575
Draft
KarishmaGhiya with Copilot wants to merge 2 commits into
Draft
Run VSIX packaging validation for extension dependency PRs#3575KarishmaGhiya with Copilot wants to merge 2 commits into
KarishmaGhiya with Copilot wants to merge 2 commits into
Conversation
|
Azure Pipelines: Successfully started running 1 pipeline(s). There may be pipelines that require an authorized user to comment /azp run to run. |
4 tasks
Co-authored-by: KarishmaGhiya <8968058+KarishmaGhiya@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Run VSIX packaging on dependency-update PRs to catch failures
Run VSIX packaging validation for extension dependency PRs
Sep 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
VSIX dependency updates previously bypassed packaging in PR validation, allowing invalid extension dependency graphs to reach release packaging. This adds a credential-free packaging check for changed VS Code extension manifests.
PR VSIX pack stage
VSIXPackstage after build completion.servers/*/vscode/package.jsonandpackage-lock.json, including deletions.Credential-free packaging
Pack-Vsix.ps1, includingnpm ci --omit=optionalandvsce package.Artifact preparation
-PrepareForVsixtoCompress-ForSigning.ps1so PR packaging preserves macOS binaries and supports multi-server build artifacts.Documentation
CONTRIBUTING.md.