mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-03 04:56:44 +01:00
f7bc66f118
The Chat Sessions smoke test runs right after the Chat Disabled suite, which disables AI features. When the suite re-enables them, there is a brief window where copilot-chat is still disabled and its commands are not yet registered. The smoke helper invoked 'github.copilot.debug.extensionState' to force-activate copilot-chat, but that executeCommand rejected with 'command not found' during this window, aborting the handler before it could open the chat editor and causing a 60s timeout on '.editor-instance .interactive-session'. Wait for the diagnostic command to be registered (via the existing waitForCommand helper) before invoking it, so the handler no longer races copilot-chat enablement/activation. 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: