fix(vscode): runtime dep resolution, debug shutdown, multi-root workflow (#9330) [hotfix/v5.970]#9350
Merged
lambrianmsft merged 1 commit intoJul 2, 2026
Conversation
Contributor
🤖 AI PR Validation ReportPR Review ResultsThank you for your submission! Here's detailed feedback on your PR title and body compliance:✅ PR Title
✅ Commit Type
|
| Section | Status | Recommendation |
|---|---|---|
| Title | ✅ | |
| Commit Type | ✅ | |
| Risk Level | Change to High | |
| What & Why | ✅ | |
| Impact of Change | ✅ | |
| Test Plan | ✅ | |
| Contributors | ✅ | |
| Screenshots/Videos | ✅ |
The PR passes overall, but I recommend updating the risk level from Medium to High to match the breadth and potential impact of the code changes.
Last updated: Thu, 02 Jul 2026 00:56:27 GMT
…ulti-root workflow creation (Azure#9330) Byte-for-byte cherry-pick of Azure#9330 (squash-merge f3634ee) into hotfix/v5.970. Applies cleanly (0 conflicts, 48 files) on the current tip (already contains Azure#9164). No hacks. Co-authored-by: Brian Lam <lambrian@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
03ace1e to
ed4d9a5
Compare
andrew-eldridge
approved these changes
Jul 2, 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.
Cherry-pick of #9330 (
fix(vscode): Fix runtime dependency resolution, debug shutdown, and multi-root workflow creation) intohotfix/v5.970.Source merge commit:
f3634ee60d135f21276a11890bcf5a78ea5959beCommit Type
Risk Level
What & Why
Fixes VS Code extension regressions related to runtime dependency resolution, debug session ordering, and multi-root workspace workflow creation. This is Part 1 of 2 — the core bug fixes (Part 2 adds webview validation features + E2E tests in a follow-up PR).
Key fixes:
stopDesignTimeApiawaitable on Windows (taskkillwait) to prevent file-lock races between debug sessions.exefallback, and GitHub lookup fallback telemetrybinariesExistError: {}when creating workflowsnumber | string | undefinedmatchingchildFuncPidtypeImpact of Change
resolveNodeJsCommandnow exported for direct testing; sync binary existence helpers availableTest Plan
Contributors
@lambrianmsft
@copilot
Screenshots/Videos
N/A — backend/infrastructure fixes