Files
vscode/test
Rob LourensandGitHub 51924fa639 chat: Remove Agent Host enablement setting (#329303)
* chat: remove agent host enablement setting

The Agent Host is now available whenever the runtime supports it and AI features are enabled. Remove the rollout setting, its experiment transition, and dependent provider gates while preserving explicit provider preferences.\n\n(Written by Copilot)\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* chat: address Agent Host setting review feedback

Correct the documented provider default and exercise the dynamic Agent Host availability transition in the provider test.\n\n(Written by Copilot)\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* chat: clarify extension-host session tracking

Explain why repository tracking follows the Agents window provider preference after removing the global Agent Host gate.\n\n(Written by Copilot)\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* chat: remove obsolete repository tracking

Agent Host enablement made the Agents window repository tracker unreachable. Remove the tracker and keep only the cache invalidation helper used after extension-host requests.\n\n(Written by Copilot)\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-08-06 02:23:41 +00:00
..
2026-07-22 09:23:06 -07:00
2026-07-22 09:23:06 -07: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)