VS Code: Chat Layout Gets a Deep Cleanup
A wave of fixes converged on chat surface stability today, tackling resize-loop bugs, layout jank, and fragmented UI between the Agents window and regular VS Code, while a parallel push extended multi-root and multi-client support to agent host sessions.
Duration: PT2M41S
Episode overview
This episode is a short developer briefing from VS Code.
It explains recent repository work in plain language.
- Show: VS Code
- Published: 2026-07-29T13:05:10Z
- Audio duration: PT2M41S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning. It's July 29th, and today's activity tells one clear story: the chat surface is getting stabilized, and features are converging between the Agents window and the regular editor.
Start with reliability. Bryan Chen's PR 327753 traced those noisy resize observer loop warnings, and found the telemetry was pointing at the wrong culprit — Chromium reports whichever observer fires last, not the one causing the loop. The real fix scopes row observation to mounted components only. A related fix, PR…
Second theme: feature parity across surfaces. Several changes moved things that only worked in the Agents window into the regular VS Code window, or vice versa. PR 327919 fixed chat tips missing from the Agents new-session composer. PR 327889 brought the sticky prompt header — previously locked to the Agents window…
Third theme: agent host multi-root and sync work, mostly from Don Jayamanne. PRs 327809, 327769, and 327985 each extend multiple-working-directory support — first for session discovery, then Copilot, then Claude agents. Alongside that, PR 327946 syncs user customizations to remote hosts, and Rob Lourens's open PR…
Also worth noting: voice and dictation got real polish —…
Wh…