fix(vs-code-designer): update agent CodeLens LSP bundle - #9577
Merged
Brian Lam (lambrianmsft) merged 6 commits intoSep 2, 2026
Merged
Conversation
Update the bundled LSPServer.zip and add codeful agent regression tests for the current WorkflowActions.BuiltIn.Agent SDK pattern. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Brian Lam (lambrianmsft)
force-pushed
the
lambrianmsft-ux-agent-codelens-tests
branch
from
August 26, 2026 23:16
2538b18 to
5d32ea5
Compare
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
✅ Contributors
✅ Screenshots/Videos
Summary Table
All checks pass. This PR is compliant with the team template and cleared to merge.Powered by: Copilot CLI (claude-opus-4.8) | Last updated: Tue, 01 Sep 2026 23:38:56 GMT |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the bundled LSP server to support CodeLens for current codeful agent APIs.
Changes:
- Refreshes
LSPServer.zip. - Adds current-agent API detection and template regression tests.
- Rejects legacy builder patterns.
Readiness concern: The tests do not exercise CodeLens against the bundled server. The title also lacks the required prefix.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
apps/vs-code-designer/src/assets/LSPServer/LSPServer.zip |
Updates the bundled language server. |
apps/vs-code-designer/src/app/utils/__test__/codeful.test.ts |
Adds agent-source detection tests. |
apps/vs-code-designer/src/app/commands/createNewCodeProject/CodeProjectBase/__test__/CreateLogicAppWorkspace.test.ts |
Strengthens generated-template assertions. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Add a focused integration test that extracts the committed LSPServer.zip, launches SdkLspServer.dll over stdio, and verifies the current WorkflowActions.BuiltIn.Agent source returns create/manage agent connection CodeLens results. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Andrew Eldridge (andrew-eldridge)
approved these changes
Aug 27, 2026
This was referenced Aug 28, 2026
…nt-codelens-tests-clean
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: e8e9f6ef-b6b5-4a31-bf96-8c034ba367a6
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: e8e9f6ef-b6b5-4a31-bf96-8c034ba367a6
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
Updates the bundled
LSPServer.zipwith the agent CodeLens fix fromlogicapps-sdk-lsp-serverand adds regression coverage for generated codeful agent source using the current singularWorkflowActions.BuiltIn.Agent(...)SDK API. This prevents the codeful agent create/manage connection CodeLens from regressing back to removedAgentBuilder/ builder patterns.Impact of Change
WorkflowActions.BuiltIn.Agent(...)and reject removed SDK patterns.Test Plan
npx biome check --write apps\vs-code-designer\src\app\languageServer\__test__\bundledLspServerCodeLens.test.ts apps\vs-code-designer\src\app\commands\createNewCodeProject\CodeProjectBase\__test__\CreateLogicAppWorkspace.test.ts apps\vs-code-designer\src\app\utils\__test__\codeful.test.ts;pnpm --dir apps\vs-code-designer run test:extension-unit -- bundledLspServerCodeLens.test.ts CreateLogicAppWorkspace.test.ts codeful.test.ts(99/99 passed); copiedLSPServer.zipwas expanded and verified to containSdkLspServer.dll.Contributors
Brian Lam (@lambrianmsft)
Screenshots/Videos
N/A