fix(vscode): Cherry picks to v5.991 hotfix - #9536
Merged
Merged
Conversation
… deploy, project path cache (#9525) * fix invalid vscode settings.json values * address pr comments * fix logic app resource tree getApplicationSettings to use project root
* fix codeful deploy issue (set deploySubpath to root and use zipIgnorePattern) * revert zipIgnorePattern, update .funcignore for codeful * add tests for codeful .funcignore changes
Andrew Eldridge (andrew-eldridge)
requested a review
from Brian Lam (lambrianmsft)
August 13, 2026 17:19
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
✅ Risk Level
✅ What & Why
✅ Impact of Change
✅ Test Plan
|
| Section | Status | Recommendation |
|---|---|---|
| Title | ✅ | No changes needed |
| Commit Type | ✅ | No changes needed |
| Risk Level | ✅ | Medium is correct (matches label + body) |
| What & Why | ✅ | No changes needed |
| Impact of Change | ✅ | No changes needed |
| Test Plan | ✅ | Tick "Unit tests added/updated" to match the diff |
| Contributors | Credit PMs/designers if any | |
| Screenshots/Videos | Not required (no UI change) |
✅ This PR passes template compliance. Nice work — just tick the Unit tests box to reflect the added tests.
Powered by: Copilot CLI (claude-opus-4.8) | Last updated: Thu, 13 Aug 2026 17:20:58 GMT
Brian Lam (lambrianmsft)
approved these changes
Aug 13, 2026
Contributor
📊 Coverage CheckThe following changed files need attention: ❌
Please add tests for the uncovered files before merging. |
Brian Lam (lambrianmsft)
merged commit Aug 13, 2026
6ae8166
into
hotfix/v5.991
42 of 46 checks passed
This was referenced Aug 14, 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.
Commit Type
Risk Level
What & Why
Cherry picks the following changes into v5.991 release hotfix branch:
Impact of Change
Test Plan
Contributors
Andrew Eldridge (@andrew-eldridge)