Visual Studio Code 1.139 Enhances AI Agent Performance and Remote Development
Microsoft has released Visual Studio Code version 1.139, focusing on AI agent remote development and large-scale session management. The update significantly speeds up initial agent loading and session list updates.

Microsoft has released Visual Studio Code version 1.139, introducing key improvements for AI agent remote development and the management of large-scale conversations.
A primary focus of this update is enabling AI agents to run directly within Dev Containers for remote projects, accessible via SSH, Tunnel, and WSL. This integration allows agents to leverage existing project toolchains and dependencies, reducing the need for redundant environment configurations on local machines or remote hosts. The feature requires a supported Dev Container configuration and Docker on the remote end.
Performance for session management has seen substantial gains. Version 1.139 implements a centralized, lightweight metadata directory for session lists, avoiding the need to open all conversation databases on each list build. In tests with approximately 645 sessions, the initial list load after startup decreased from 1.3 seconds to 0.1 seconds, a roughly 12-fold improvement. Refreshing the list also saw a speed increase, from 0.6 seconds to 0.15 seconds, approximately four times faster.
Additionally, the update introduces a Compact View for the Agents Window, allowing more sessions to be displayed simultaneously. Users can now hide empty groups and rename sessions or their nested chats directly through a simplified interface. These enhancements aim to streamline developer workflows, particularly when dealing with complex AI applications and remote development environments.
Microsoft continues to iterate on Visual Studio Code, with version 1.139 addressing performance bottlenecks and enhancing the integration of AI-powered development tools.