Files
vscode/test
Justin Chen 3711da41f2 remove input chevrons and add dividers between each dropdown label (#315599)
* remove input chevrons and add dividers between each dropdown label

* fix some agent host scenarios

* fix labels hiding/compacting

* nuke all chevrons in the pickers

* address some comments

* fix padding + add back chevrons for title

---------

Co-authored-by: copilot <copilot@github.com>
2026-05-19 22:08:09 +00:00
..
2026-04-12 08:48:56 -07:00
2025-07-10 18:16:09 +02: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)