fix(vscode): WORKFLOW_CODEFUL_ENABLED source of truth (#9335) [hotfix/v5.961]#9358
Open
lambrianmsft wants to merge 1 commit into
Open
fix(vscode): WORKFLOW_CODEFUL_ENABLED source of truth (#9335) [hotfix/v5.961]#9358lambrianmsft wants to merge 1 commit into
lambrianmsft wants to merge 1 commit into
Conversation
…truth, remove redundant telemetry/context (Azure#9335) Preserve hotfix-only Azure#9232 codeful extension-bundle settings (v5.961) while applying Azure#9335's WORKFLOW_CODEFUL_ENABLED source-of-truth refactor. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
🤖 AI PR Validation ReportPR Review ResultsThank you for your submission! Here's detailed feedback on your PR title and body compliance:✅ PR Title
|
| Section | Status | Recommendation |
|---|---|---|
| Title | ✅ | Optional minor simplification only |
| Commit Type | Correctly selected | |
| Risk Level | Low is acceptable; Medium may be more conservative | |
| What & Why | ✅ | No change needed |
| Impact of Change | Add a bit more detail if you want fuller context | |
| Test Plan | ✅ | Satisfied by updated unit tests |
| Contributors | Fine as-is | |
| Screenshots/Videos | Not required for this change |
PR body and title pass overall. The only note is that the advised risk could be considered slightly higher than Low because the diff spans many files, but given the hotfix context the submitted Low risk is still defensible.
Last updated: Thu, 02 Jul 2026 03:07:42 GMT
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 #9335 (
1afcdc40) — makeWORKFLOW_CODEFUL_ENABLEDthe source of truth; remove redundant telemetry/context. 23 files, 0 graphify.Hotfix-specific resolution (v5.961): this branch carries #9232 (
restore codeful bundle version setting), a hotfix-only fix that writescodefulExtensionBundle*settings (bundle1.165.50) intolocal.settings.json— settings that never existed on main. 9335 removes that write path.To avoid silently reverting #9232, the 3 conflicting files (
constants.ts,appSettings/localSettings.ts,CreateLogicAppWorkspace.ts) were resolved as 9335 canonical + preserved #9232 bundle-setting writes (renameworkflowCodefulEnabled→workflowCodefulEnabledKey, null-safety, telemetry removal all applied; bundle writes kept). Diff vs 9335 canonical is exactly the #9232 re-adds — nothing else.Commit Type
Risk Level
What & Why
Updates 'isCodeful' checks to use the WORKFLOW_CODEFUL_ENABLED app setting as source of truth rather than csproj content, which is a less reliable/standard indicator.
Impact of Change
Test Plan
Contributors
@andrew-eldridge