September 2025 (version 1.105)
Release date: October 9, 2025
Security update: The following extension has security updates: GitHub.copilot-chat
Update 1.105.1: The update addresses these issues in core and these issues in the GitHub Copilot Chat extension.
Downloads: Windows: x64 Arm64 | Mac: Universal Intel silicon | Linux: deb rpm tarball Arm snap
Welcome to the September 2025 release of Visual Studio Code. There are many updates in this version that we hope you’ll like, some of the key highlights include:
- OS integration
- Get notified about task completion and chat responses (Show more)
- Native authentication experience on macOS (Show more)
- Developer productivity
- Resolve merge conflicts with AI assistance (Show more)
- Pick up where you left off with the recent chats (Show more)
- Agent tools
- Install MCP servers from the MCP marketplace (Show more)
- Use fully-qualified tool names to avoid conflicts (Show more)
If you’d like to read these release notes online, go to Updates on code.visualstudio.com.
Insiders: Want to try new features as soon as possible?
You can download the nightly Insiders build and try the latest updates as soon as they are
available.
Download Insiders
Chat
Fully qualified tool names
Prompt files and custom chat modes enable you to specify which tools can be used. To avoid naming conflicts between built-in tools and tools provided by MCP servers or extensions, we now support fully qualified tool names for prompt files and chat modes. This also helps with discovering missing extensions or MCP servers.
Tool names are now qualified by the MCP server, extension, or tool set they are part of. For example, instead of codebase, you would use search/codebase or list_issues would be
You can still use the previous notation, however a code action helps you migrate to the new names.