VS Code 1.127.0
VS Code 1.127.0 has been released — the July 2026 update brings a dedicated Agents window, subagent credits, editor gutter feedback, and major usability refinements for the agent-powered development workflow.
Agents Window (Preview)
The new Agents window is a dedicated companion panel optimized for managing agent sessions across projects and machines. You can now organize sessions into custom groups, collapse group headers to keep a tidy list, and start new sessions directly within a group.
Multi-chat sessions let you run several chats inside a single agent host session. A tab strip appears with a trailing + to add more chats, and closing a chat hides rather than discards it — bring it back from the Conversations dropdown at any time.
Pull Request Integration
When a coding agent session has an open pull request, the Agents window now displays a banner directly above the chat input. CI failures show how many checks failed with quick actions to fix or reveal them. Incoming review comments show a count with actions to address or reveal them — all without leaving your conversation.
Editor Gutter Feedback
Reviewing agent changes is now more intuitive. Hovering over a line reveals an "Add Feedback" glyph in the editor gutter, and selecting it drops a comment on that line, making it faster to direct an agent to a specific spot in the code. The feedback input, hover behavior, and visual consistency have all been polished.
Smart Pull Request Creation
The Create Pull Request button now uses session context to automatically generate pull request titles and descriptions, resulting in more accurate PRs that better reflect the work done in the session.
Troubleshoot with /troubleshoot
A new troubleshoot skill helps diagnose chat issues by analyzing chat session logs and surfacing insights into agent behavior. Use it to investigate why custom instructions are ignored or why responses are slow.
Deprecated Features
Several older settings have been deprecated in this release. Check the official changelog for the complete list of removals and replacements.
VS Code 1.127.0 is rolling out gradually to all users. Use Check for Updates in VS Code to get the latest version immediately, or download the nightly Insiders build to try new features as soon as they are available.