Explore Agentic Development -

Visual Studio Code 1.112

Release date: March 18, 2026

Downloads: Windows: x64 Arm64 | Mac: Universal Intel silicon | Linux: deb rpm tarball Arm snap


Welcome to the 1.112 release of Visual Studio Code. This release includes various improvements across the agent and developer experience.

Happy Coding!


VS Code is rolling out gradually to all users. Use Check for Updates in VS Code to get the latest version immediately.

To try new features as soon as possible, download the nightly Insiders build, which includes the latest updates as soon as they are available.


Agent experience

Give agents more autonomy, richer context, and easier diagnostics so they can handle complex tasks with less intervention.

Message steering and queueing in Copilot CLI

For local agent sessions, you can send messages while a previous request is running, to steer the agent towards a different response or queue up follow-up messages. This release adds support for steering and queueing messages to Copilot CLI sessions.

Screenshot showing the steering and queueing options for a Copilot CLI session.

Learn more about message steering and queueing in the documentation.

Preview changes before delegating to Copilot CLI

When you have uncommitted changes in your workspace and try to delegate a task to Copilot CLI, you can choose to copy, move, or ignore those changes in the worktree that Copilot CLI creates for the session. However, you had to check the Source Control view to see what those changes were before making a decision.

In this release, the Chat view now shows the list of pending changes, making it easier to see what can be migrated over to the worktree created when delegating to Copilot CLI.

Screenshot showing pending changes in the Chat view when asking to delegate a task to Copilot CLI.

Setting: github.copilot.chat.cli.terminalLinks.enabled