mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-17 12:35:56 +01:00
* Add assignment context header to WebSocket connections Override createResponsesWebSocket in BaseCAPIClientService to inject the X-Copilot-Client-Exp-Assignment-Context header, matching the behavior already present in makeRequest for HTTP calls. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Add unit tests for createResponsesWebSocket assignment context header Tests verify: - Header is injected when abExpContext is set - Headers object is created when none exists - Headers are not modified when abExpContext is unset Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Remove new capiClient websocket test file --------- Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>