mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-07 23:36:03 +01:00
816978a643
* fix: add overrideAuthType=token to CLI smoke tests and re-enable them The Copilot CLI smoke tests were failing because overrideAuthType was not set, causing the CLI SDK to use HMAC auth (the default) against the mock LLM server. The mock server cannot validate HMAC signatures, so /models calls returned 401, model fetching failed, and prompt rendering threw "Unexpected generated prompt structure". Add the missing ['github.copilot.advanced.debug.overrideAuthType', '"token"'] setting to both chatSessions.test.ts and copilotCli.test.ts (matching what agentsWindow.test.ts already does), and remove the it.skip that was added as a temporary workaround. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Increase timeouts (reason for failure on Linux) --------- 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: