fix(vscode): Update dependencies to latest for codeful public preview#9193
Merged
lambrianmsft merged 8 commits intoMay 20, 2026
Merged
Conversation
Auto-generated by Graphify after source code changes. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This reverts commit d789851.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates VS Code designer codeful project configuration by removing hardcoded extension-bundle pinning/override settings so codeful workflows rely on the default extension bundle range and public feed behavior for public preview.
Changes:
- Removed the pinned
AzureFunctionsJobHost__extensionBundle__versionvalue from codefullocal.settings.jsonschema defaults. - Stopped generating
AzureFunctionsJobHost__extensionBundle__versionandFUNCTIONS_EXTENSIONBUNDLE_SOURCE_URIin new codeful projects’local.settings.json.
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| apps/vs-code-designer/src/app/utils/appSettings/localSettings.ts | Removes codeful defaults that pinned bundle version and private bundle source URI. |
| apps/vs-code-designer/src/app/commands/createNewCodeProject/CodeProjectBase/CreateLogicAppWorkspace.ts | Stops emitting bundle version/source URI overrides when scaffolding codeful projects. |
andrew-eldridge
approved these changes
May 20, 2026
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
|
| Section | Status | Recommendation |
|---|---|---|
| Title | ✅ | Consider making it slightly more specific (call out lsp-server/workflows-sdk) |
| Commit Type | ✅ | No change needed |
| Risk Level | ❌ | Add risk:medium label or justify Low with stronger validation evidence |
| What & Why | Expand to list specific packages/versions and reason for upgrade | |
| Impact of Change | Fill out Developers/System impact and describe potential compatibility considerations | |
| Test Plan | Provide detailed manual test checklist or add automated tests; include VSIX test artifacts or logs | |
| Contributors | ✅ | OK — add others if applicable |
| Screenshots/Videos | ✅ | Not required |
Final message:
Please update the PR to:
- Add a risk label to the PR (recommended
risk:medium) and update the Risk Level checkbox to match. If you keepLow, include explicit justification (e.g., comprehensive automated tests and compatibility guarantees). - Expand "What & Why" to list the specific packages and versions updated.
- Populate Developers and System impact sections with expected effects and mitigations.
- Improve the Test Plan: either add unit/E2E tests or provide a detailed manual verification checklist, VS Code versions/OS used, and artifacts or logs from the VSIX test.
Once those changes are made (or you provide strong justification for Low risk and absence of automated tests), this can be approved and merged. Thank you for the clear PR body and manual test note — the remaining items are primarily for traceability and risk mitigation.
Last updated: Wed, 20 May 2026 16:49:14 GMT
This was referenced May 21, 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
Updating the sdk and lsp server to have the latest versions required for codeful workflows. These changes are all for public preview. There is no impact on other features.
Impact of Change
Users will see additional supported actions for codeful workflows and all customers can now access it.
N/A
N/A
Test Plan
VSIX was manually built and tested with these new changes, ensuring that the latest sdk is reflected and the actions are available.
Contributors
@andrew-eldridge
Screenshots/Videos