mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-07 07:16:41 +01:00
5d49491aca
* Lots of logging for chat smoke tests * PR test workflows: build extensions/copilot before smoke tests * PR test workflows: drop duplicate copilot compile from linux/win32 (was already built before integration tests) * smoke tests: remove musl Claude binary on Linux glibc runner The musl variant is probed first by @anthropic-ai/claude-agent-sdk and fails to exec on glibc (ENOENT from missing ELF interpreter), which caused the Test Claude session tests to time out.