Skip to content

feat(vscode) - Codeful Public Preview #9142

Merged
lambrianmsft merged 149 commits into
Azure:mainfrom
lambrianmsft:lambrian/codeful_experience_privatepreview
May 13, 2026
Merged

feat(vscode) - Codeful Public Preview #9142
lambrianmsft merged 149 commits into
Azure:mainfrom
lambrianmsft:lambrian/codeful_experience_privatepreview

Conversation

@lambrianmsft
Copy link
Copy Markdown
Contributor

Commit Type

  • feature - New functionality
  • fix - Bug fix
  • refactor - Code restructuring without behavior change
  • perf - Performance improvement
  • docs - Documentation update
  • test - Test-related changes
  • chore - Maintenance/tooling

Risk Level

  • Low - Minor changes, limited scope
  • Medium - Moderate changes, some user impact
  • High - Major changes, significant user/system impact

What & Why

Introducing codeful public preview.

Impact of Change

  • Users:
    Users can now create workflows using code instead of drag and drop from the designer.
  • Developers:
  • System:

Test Plan

  • Unit tests added/updated
  • [] E2E tests added/updated
  • Manual testing completed
  • Tested in:

Contributors

@ccastrotrejo @andrew-eldridge

Screenshots/Videos

lambrianmsft and others added 2 commits May 6, 2026 17:38
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>
Copilot AI review requested due to automatic review settings May 7, 2026 09:33
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review this pull request because it exceeds the maximum number of lines (20,000). Try reducing the number of changed lines and requesting a review from Copilot again.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 2026

❌ PR Validation Error

An error occurred while validating your PR. Please try again later or contact the maintainers.

Error: API request failed with status 504

Comment thread libs/designer-ui/src/graphify-out/graph.json
Comment thread libs/logic-apps-shared/src/graphify-out/graph.json
lambrianmsft and others added 2 commits May 7, 2026 09:23
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>
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>
@lambrianmsft lambrianmsft force-pushed the lambrian/codeful_experience_privatepreview branch from 075af68 to d3b2d0b Compare May 12, 2026 22:41
Comment thread apps/vs-code-designer/src/app/commands/createWorkflow/createLogicAppWorkflow.ts Outdated
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Comment thread apps/vs-code-designer/src/app/utils/codeful.ts Dismissed
Comment thread apps/vs-code-designer/src/app/utils/codeful.ts Dismissed
Comment thread apps/vs-code-designer/src/app/utils/codeful.ts Fixed
Comment thread apps/vs-code-designer/src/app/utils/codeful.ts Fixed
lambrianmsft and others added 2 commits May 13, 2026 12:45
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown
Contributor

❌ PR Validation Error

An error occurred while validating your PR. Please try again later or contact the maintainers.

Error: API request failed with status 503

lambrianmsft and others added 2 commits May 13, 2026 13:08
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Comment thread apps/vs-code-designer/src/app/utils/codeful.ts Fixed
Comment thread apps/vs-code-designer/src/app/utils/codeful.ts Fixed
Comment thread apps/vs-code-designer/src/app/utils/codeful.ts Dismissed
Comment thread apps/vs-code-designer/src/app/utils/codeful.ts Dismissed
lambrianmsft and others added 5 commits May 13, 2026 13:22
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>
@lambrianmsft lambrianmsft merged commit 298310a into Azure:main May 13, 2026
16 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants