mirror of
https://github.com/microsoft/vscode.git
synced 2026-06-30 11:26:01 +01:00
53ff304e90
The NewChatInSessionsWindowAction keybinding (Ctrl+L) is gated on
the chat editor silently does nothing. This caused the 'Test Claude
session' and 'Test Local session' smoke tests to time out waiting for the
new-session view.
- Add `f1: true` to NewChatInSessionsWindowAction so it appears in the
command palette (only registered in the Agents Window context)
- Change `startNewSession()` in the automation helper to use
`quickaccess.runCommand()` instead of `dispatchKeybinding('ctrl+l')`,
bypassing the focus gate entirely
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: