Software 44457 Published by

Visual Studio Code 1.124 stops AI agents from overworking by making Autopilot smarter about knowing when a task actually wraps up. Developers can now queue follow-up prompts in the background instead of staring at a frozen editor while waiting for responses, which cuts down on the usual context-switching headaches. Keyboard shortcuts make jumping between active agent sessions faster, saving time during rapid debugging cycles that typically involve bouncing back and forth anyway. The integrated browser also tracks visited pages now, so revisiting documentation or testing endpoints does not require reopening links after a refresh.



Visual Studio Code 1.124 Brings Smarter Autopilot and Better Session Management to Your Workflow

The latest update for Visual Studio Code 1.124 lands with a few tweaks that actually matter for developers juggling multiple tasks. Microsoft enabled Copilot Autopilot by default and added background session handling, which cuts down on the constant waiting around when AI agents are chewing through code. This release also improves how users navigate agent sessions and manage integrated browser history, making the editor feel less like a scattered workspace and more like a focused development environment.

Screenshot_from_2026_02_20_08_38_56

Autopilot Gets Smarter About When to Stop

The default behavior for Copilot Autopilot has shifted from blindly executing every prompt to actually checking if the job is finished. Developers have long complained about AI tools that keep generating code long after the task wraps up, so this adjustment should save a few unnecessary tokens and reduce clutter in the editor. After watching teams struggle with AI agents that overwrite working functions just to append comments, this pause mechanism feels necessary. When an agent finishes a refactoring pass or fixes a broken function, it now stops instead of chaining another unrelated change on top. This matters because endless auto-generated diffs make version control history harder to read and increase the chance of introducing subtle bugs during review.

Background Sessions Keep the Flow Going

Waiting for an AI response to block out the entire workflow is a relic of older editor designs. The new background session feature lets users queue up requests while drafting the next prompt or reviewing existing code. This means developers can keep typing in their files without switching context just to wait for a completion. It also helps when running longer linting tasks or fetching documentation, since the editor stays responsive instead of freezing during heavy processing. Teams that rely on rapid iteration will notice less friction when bouncing between debugging cycles and feature requests.

Keyboard Navigation and Browser History Cleanup

Navigating through multiple agent sessions used to require mouse clicks or scrolling through a growing list of tabs. The updated session navigation lets users search, jump, and step through active conversations using keyboard shortcuts alone. This keeps hands on the home row and maintains focus during rapid debugging cycles. The integrated browser also gained a proper history tracker now, so revisiting documentation pages or testing endpoints does not require reopening links that vanished after a refresh. Both changes target the friction points that slow down iterative development work across Windows and Linux setups alike.

Downloads

Windows: 

x64  Arm64 

Mac:

  Universal  Intel  silicon

Linux: 

deb  rpm  tarball  Arm  snap

The update rolls out through the standard VS Code channel, so existing installations will pick up the changes automatically. Developers who prefer to keep their editor lean should test the new Autopilot behavior in a sandbox project before pushing it into production codebases. Happy coding.