mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-16 19:24:27 +01:00
* chore: bump @github/copilot-sdk to 1.0.11-preview.2 and @github/copilot to 1.0.80-1 * Adapt agentHost to SDK JsonValue tool-args/settings widening SDK 1.0.11-preview.2 widened PermissionRequest custom-tool args, tool.execution_start arguments, callTool arguments, and managed-settings resolved data from Record<string, unknown> to the recursive JsonValue type. Migrate the VS Code call sites (and their tests) to the new contract, narrowing JsonValue back to an object where property access is needed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Fix Copilot agent host E2E regressions Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: e206fce0-c0c1-4d83-8462-4fca8ed4d5cc * Update Copilot CLI to 1.0.80 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: e206fce0-c0c1-4d83-8462-4fca8ed4d5cc * Isolate Copilot state in smoke tests Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: e206fce0-c0c1-4d83-8462-4fca8ed4d5cc * Isolate Codex state in smoke tests Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: e206fce0-c0c1-4d83-8462-4fca8ed4d5cc --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: vs-code-engineering[bot] <122617954+vs-code-engineering[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Paul Wang <8560030+pwang347@users.noreply.github.com> Copilot-Session: e206fce0-c0c1-4d83-8462-4fca8ed4d5cc
VS Code Tests
Contents
This folder contains the various test runners for VS Code. Please refer to the documentation within for how to run them: