Files
vs-code-engineering[bot]GitHubgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>vs-code-engineering[bot] <122617954+vs-code-engineering[bot]@users.noreply.github.com>CopilotPaul Wang
50e03bd878 chore: bump @github/copilot-sdk to 1.0.11-preview.2 and @github/copilot to 1.0.80 (#330782)
* 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
2026-08-14 23:33:28 +00:00
..
2026-08-07 12:01:10 +08:00

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:

  • unit: our suite of unit tests (README)
  • integration: our suite of API tests (README)
  • smoke: our suite of automated UI tests (README)
  • sanity: release sanity tests (README)