VS Code: Build Pipeline Overhaul and Chat Session Polish
A cluster of build-infrastructure fixes from Dmitriy Vasyura rebuilt pieces of the production packaging pipeline lost during the esbuild migration, while a separate wave of chat and agent-session PRs tightened how background agents and subagent progress are tracked and displayed.
Duration: PT3M
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-09-14T13:05:11Z
- Audio duration: PT3M
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good day, it's September 14th, and this is your VS Code briefing.
The dominant story today is a coordinated cleanup of the production build pipeline, running alongside a parallel effort to make chat and agent sessions more reliable under the hood.
Start with the build work. As VS Code moves its production bundler onto esbuild, several capabilities from the old build system quietly went missing, and today's activity plugs those gaps one by one. PR 336097 restores SVG optimization that was lost in the transition. PR 336110 fixes copied JavaScript resources…
The second theme is agent and chat session correctness. PR 335899 and its follow-up 336083, both from justschen, fix how subagent and background-task progress is tracked — keeping late-discovered agents visible and ensuring a parent turn finishes even while background work continues, since session idle isn't the…
Smaller but notable: PR 336103 fixes cursor placement inside inlay hints, a long-requested correction for vim-style editing. PR 336080 batches whitespace rendering per line instead of per character, cutting DOM overhead. And PR 336049 forwards Git identity into Dev Container agent sessions so commits work without…
Going…
Nearby episodes from VS Code
- Weekly Recap - Agent Sessions Get a Stability Pass
- Memory Leaks, Race Conditions, and Terminal Hardening
- Agents Window Takes Shape, Editor Surfaces Get Polished
- Agents Window Stabilization Push
- Sessions Workflow Gets a Major Overhaul
- Agent Host Session Reliability Push
- Automations Hardening and Sessions Get a Polish Pass
- Automations Get a Real Architecture