Files
vscode/test
roblourensandCopilot 9187366d2e Fix Windows batch failure propagation (#330096)
* test: probe Windows batch exit propagation

(Written by Copilot)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fix: preserve Windows batch failure exit codes

Move failure exits outside parenthesized command blocks, where cmd.exe otherwise returns zero to the caller.

(Written by Copilot)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* test: remove Windows exit probe

The controlled CI runs captured the failure and validated the top-level failure labels, so remove the temporary diagnostics.

(Written by Copilot)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* test: stabilize Agent Host E2E on Windows

Keep portable shell and plugin scenarios enabled while gating three documented Windows persistence and changeset gaps.

(Written by Copilot)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* test: gate unsupported Windows Agent Host E2E

Document and skip Windows-only scratch cleanup, custom terminal metadata, and client-plugin hook gaps.

(Written by Copilot)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* test: gate stale Windows discard summaries

Document and skip the final tracked-change discard variant whose Windows changeset summaries do not refresh.

(Written by Copilot)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-08-11 15:52:35 +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)