mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-13 01:58:01 +01:00
0cd1884c6a
* rehaul chat input padding and spacing and icons * some more fixes on collapsing * address comments, fix claude * fix auto not having copilot icon * fix component fixtures * fix: implement getModelConfiguration in chat fixture model service mock Co-authored-by: justschen <54879025+justschen@users.noreply.github.com> * fix tests * Expand panel chat model picker before driving inline config in smoke test The chat model-picker rehaul added a width-driven compact layout that hides the inline model-config button (and model-name text) when the panel is narrow. The panel chat's auxiliary bar defaults below the collapse threshold, so the Chat Model Configuration smoke test could not find the config button. Widen the auxiliary bar via its leading sash until the picker leaves compact mode before interacting with the inline config UI. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> 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: