fix(vscode): Node 24 / VS Code 1.123 compatibility and fallback handling for connector prompts#9257
Open
lambrianmsft wants to merge 1 commit into
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 | ✅ | |
| What & Why | Make the compatibility fix/outcome more explicit | |
| Impact of Change | Add concise Developer and System impact notes | |
| Test Plan | ✅ | |
| Contributors | ✅ | |
| Screenshots/Videos | ✅ |
PR body passes overall, but it would be stronger with a more explicit What & Why and fuller Impact of Change section. The advised risk level is medium, matching the submitter's assessment.
Last updated: Sat, 06 Jun 2026 04:54:30 GMT
Eric-B-Wu
approved these changes
Jun 6, 2026
…ing for connector prompts (Azure#9246) * fix(vscode): support Node 24 activation Restore legacy node:util helpers required by Azure extension utilities under VS Code's Node 24 runtime and harden Logic Apps language server startup when project or dependency paths are missing. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * test(vscode): add Node compatibility E2E lane Allow run-e2e.js to target an explicit VS Code version while keeping the default suite pinned. Add compatibility activation smokes for Node 20/22 with VS Code 1.108 and Node 24 with VS Code 1.123 so the latest extension is checked against both older and newer VS Code/Electron runtimes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix(vscode): ensure runtime dependency root Default and create the Logic Apps runtime dependencies path at dependency-install boundaries before installing LSP, Node, .NET, or Functions Core Tools assets. Also make dependency downloads wait for stream completion and fail on writer/readable stream errors. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix(vscode): suppress repeated health check logs Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * test(vscode): cover unhealthy health check logs Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix(vscode): default cancelled connector prompts to keys Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * test(vscode): preflight VS Code CLI path Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix(vscode): stabilize debug startup checks Narrow language server startup to linked custom code projects, avoid connector metadata warm-up during design-time startup, and make p43 E2E failures report runtime readiness before overview navigation. Add focused coverage for runtime dependency installers and Azure connector wizard fallbacks, with narrow coverage exclusions for VS Code orchestration and shared install plumbing. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * test(vscode): stabilize custom code dependency wait Use the shared dependency validation helper in designer actions and re-resolve the Functions Core Tools binary path while polling so CI handles layouts where func moves under in-proc folders after validation reinstalls dependencies. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * test(vscode): find nested func runtime binaries Discover the Functions Core Tools executable recursively under the dependency cache and give the designer actions before hook enough time to report dependency diagnostics instead of being killed by Mocha. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix(vscode): address dependency cleanup review Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix(vscode): reinstall incomplete runtime dependencies Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
a83ce89 to
2c6761d
Compare
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.
Commit Type
Risk Level
What & Why
Users have to revert to a previous version of vscode in order to use the vscode extension otherwise they are running into issues with creating a workspace and debugging logic apps.
Impact of Change
Users should now be able to use the latest version of vscode with our extension.
Test Plan
Contributors
Screenshots/Videos