mirror of
https://github.com/microsoft/vscode.git
synced 2026-06-29 10:56:24 +01:00
767e9e56b4
* sessions: hide session picker groups when no duplicate session names Section headers in the session type picker exist to disambiguate session types that share a label across providers (e.g. two providers both offering "Claude"). When every type's label is unique there is nothing to disambiguate, so render a flat list without group headers even when multiple providers contribute. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * sessions: rename Copilot CLI session type label to "Copilot" Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * test: update Agents Window smoke test for renamed Copilot label The Copilot CLI session type label was renamed to "Copilot" (shared CopilotCLISessionType used by the Copilot Chat provider), so the picker no longer exposes a "Copilot CLI" entry. Select "Copilot" instead. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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: