Files
vscode/test
0971bd5d66 Update agent panel border colors across themes (#330864)
* theme: update agent panel border colors and styles across themes

* theme: update border colors for agents in various themes

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* fix(theme): update agentsPanel.border to transparent

* fix(theme): set agentsPanel.border to transparent

* fix(screenshots): update image links for agent host and user data migration

---------

Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-08-14 17:13:06 +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)