feat(vscode) - Codeful Public Preview #9142
Merged
lambrianmsft merged 149 commits intoMay 13, 2026
Merged
Conversation
…trotrejo/csharpLSPServer
…trotrejo/csharpLSPServer
…trotrejo/csharpLSPServer
…trotrejo/csharpLSPServer
…trotrejo/csharpLSPServer
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Re-add the dotnet publish step that was removed in commit ceed552. Without it, the codeful runtime management API (listCallbackUrl, runs) returns 404 because compiled workflow definitions are not deployed to the location the Functions host expects. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
❌ PR Validation ErrorAn error occurred while validating your PR. Please try again later or contact the maintainers. Error: API request failed with status 504 |
Restores graphify-out files to upstream/main state. The auto-generated graph regen (commit 6aba7cf on lambrianmsft/main) was unrelated to codeful work and was creating ~400k lines of noise in PR diff vs Azure/main. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Bundle of fixes for the codeful private-preview experience that were prepared earlier but never landed on the branch: - openOverview.ts: fix ReferenceError on 'url' in the catch block of getCodefulWorkflowCallbackInfo by hoisting the const above the try; reorder trigger-name resolution to runtime API -> LSP -> source regex fallback so the LSP-supplied SDK trigger names are honored; add getCodefulHttpTriggerCallbackUrl fallback when listCallbackUrl fails; refresh runtime workflow metadata into the webview via update_workflow_properties. - debugLogicApp.ts: drop the duplicate codeful debug attach that was causing two debug sessions for a single project. - CreateLogicAppWorkspace.ts: replace addWorkflowToProgram() with repairCodefulProgramFile() so legacy Workflow.AddWorkflow() static calls are removed when the project switches to provider-style workflows; fixes CS0117 build error. - vscode-extension/extensioncommand.ts and vs-code-react state/types/ webviewCommunication: add update_workflow_properties wiring used by the overview to refresh metadata from the running runtime. - Tests: cover the new behaviors in debugLogicApp, openOverview, WorkflowSlice, and CreateLogicAppWorkspace specs. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This was referenced May 10, 2026
Resolves conflicts in codeful Overview, workspace command handler, create workspace, overview command bar, bundleFeed, and CI coverage config. Preserves PR Azure#9149 listCallbackUrl regression fix (shouldUpdateOverviewCallbackInfo), restores lost upstream tests, makes openMonitoringViewForLocal defensive on localSettings, and keeps all codeful private-preview functionality. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
075af68 to
d3b2d0b
Compare
andrew-eldridge
approved these changes
May 13, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
❌ PR Validation ErrorAn error occurred while validating your PR. Please try again later or contact the maintainers. Error: API request failed with status 503 |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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
Introducing codeful public preview.
Impact of Change
Users can now create workflows using code instead of drag and drop from the designer.
Test Plan
Contributors
@ccastrotrejo @andrew-eldridge
Screenshots/Videos