Files
vscode/test
Justin Chen 0cd1884c6a rehaul chat input padding and spacing and icons (#323977)
* rehaul chat input padding and spacing and icons

* some more fixes on collapsing

* address comments, fix claude

* fix auto not having copilot icon

* fix component fixtures

* fix: implement getModelConfiguration in chat fixture model service mock

Co-authored-by: justschen <54879025+justschen@users.noreply.github.com>

* fix tests

* Expand panel chat model picker before driving inline config in smoke test

The chat model-picker rehaul added a width-driven compact layout that hides
the inline model-config button (and model-name text) when the panel is narrow.
The panel chat's auxiliary bar defaults below the collapse threshold, so the
Chat Model Configuration smoke test could not find the config button.

Widen the auxiliary bar via its leading sash until the picker leaves compact
mode before interacting with the inline config UI.

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

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-07-08 02:17:31 +00:00
..
2026-06-29 13:53:48 +00: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)