Visual Studio Code 1.99, the latest release of Microsoft’s popular code editor, is now available. Highlights of the update center on GitHub Copilot agent mode, Next Edit Suggestions, and Copilot chat.
Developers can access Visual Studio Code 1.99, also known as the March 2025 release, through code.visualstudio.com. VS Code is available for Windows, Linux, and Mac.
In the VS Code 1.99 release, unveiled April 3, agent mode becomes part of VS Code Stable. With chat agent mode, developers can use natural language to define a high-level task and start an agentic code editing session. In agent mode, GitHub Copilot autonomously plans the work needed and selects relevant files and context, then makes edits to a code base and invokes tools to accomplish the developer’s request. Agent mode monitors the outcome of edits and tools and iterates to resolve issues. Developers can sign up for a GitHub Copilot subscription through the GitHub Copilot Free plan. Agent mode also features an experimental thinking tool that can give a model the opportunity to think between tool calls.
Model Context Protocol (MCP) servers are now supported in agent mode. MCP provides a standard method for AI to interact with external tools, applications, and data sources. When users input a chat prompt using agent mode in VS Code, the model can invoke tools to perform tasks such as accessing databases, file operations, or retrieving web data. This integration enables more dynamic, context-aware coding assistance, according to Microsoft.
For AI-powered code editing, Next Edit Suggestions now is generally available. Improvements include making suggestions more compact, less interfering with surrounding code, and easier to read at a glance. In addition, updates to the gutter indicator have been made to ensure suggestions are more easily noticeable. Other Copilot-related improvements include muting diagnostics events outside the editor when rewriting a file with AI edits, and saving files explicitly when the user decides to keep AI edits. Syntax highlighting for inline suggestions now is enabled by default.
VS Code 1.99 follows last month’s VS Code 1.98, which also brought enhancements for GitHub Copilot. Also in Visual Studio Code 1.99:
code, code-insiders, and code-tunnel commands.RemoteSignednow should start working automatically.