Visual Studio Code 1.125
📼 Rewatch VS Code Live at MS Build 2026
Dismiss this update
Visual Studio Code 1.125
Follow us on LinkedIn, X, Bluesky
Release date: June 17, 2026
Downloads: Windows: x64 Arm64 | Mac: Universal Intel silicon | Linux: deb rpm tarball Arm snap
Welcome to the 1.125 release of Visual Studio Code. This release brings a smarter integrated browser, more control over extension updates, and stronger enterprise management for Copilot.
Install model providers: Discover and install extra models via the Marketplace.
Integrated browser: Search the web and securely browse over remote connections without leaving VS Code.
Configurable auto-update delay: Choose how long VS Code waits before installing extension updates.
Copilot policies: Deliver managed Copilot settings through your existing device management tooling.
Happy Coding!
Navigation End --><br>Agents
View your additional spend usage in VS Code
To make sure you stay ahead of overage charges, the Copilot status dashboard now shows the percentage of your additional Copilot budget that you've consumed, so you can adjust your usage before you hit your configured limit.
You can view detailed usage and manage your additional spend in the Copilot settings.
Language Models
Install model providers from the Language Models editor
Beyond Bring Your Own Key (BYOK) models, extensions can contribute their own model providers. Previously, to find such an extension, you needed to know the right tag (language-models) to search for in the Extensions view.
Now the Language Models editor has an Install Model Providers button that opens the Extensions view filtered to extensions that contribute model providers, making it easier to discover and install them. After you install a provider, its models appear in the model picker alongside any others you have configured.
To learn more, see the language models documentation.
Integrated Browser
Web search from address bar
Setting :
workbench.browser.searchEngine
Open in VS Code<br>Open in VS Code Insiders
Look up information without leaving VS Code: type a query into the integrated browser's address bar and it runs against your configured search engine, the same way it would in a standalone browser. Use the
workbench.browser.searchEngine
Open in VS Code<br>Open in VS Code Insiders
setting to pick which search engine to use.
Browse over remote connections (Preview)
Setting :
workbench.browser.enableRemoteProxy
Open in VS Code<br>Open in VS Code Insiders
When the integrated browser is opened in a remote workspace, web traffic over HTTP(S) can now be proxied via the remote connection. This lets you securely connect to any ports or services that are only accessible from the remote machine.
This is a preview feature, so you might encounter bugs. Enable the
workbench.browser.enableRemoteProxy
Open in VS Code<br>Open in VS Code Insiders
setting to try it out, and file any issues you encounter in the VS Code repository.
Better agentic interaction with forwarded ports
If you have forwarded a port in a remote workspace, previously agents could have difficulty opening the browser due to a potentially different port number.
Now, if an agent requests a port that has been forwarded (and the remote proxy is not enabled), the URL is rewritten and the agent is notified of the change.
Editor Experience
Extension auto-update setting
Setting :
extensions.autoUpdate
Open in VS Code<br>Open in VS Code Insiders
This setting is managed at the organization level. Contact your administrator to change it.ORG
You can enable or disable automatic extension updates with the
extensions.autoUpdate
Open in VS Code<br>Open in VS Code Insiders
This setting is managed at the organization level. Contact your administrator to change it.ORG setting. In this release, we simplified the setting to use on and off values. Previous values such as true, false, onlyEnabledExtensions, and delayed are migrated automatically.
When auto-update is enabled, VS Code updates only enabled extensions. Disabled extensions are no longer updated automatically. They update the next time you enable them.
Note : Administrators can centrally manage the
extensions.autoUpdate
Open in VS Code<br>Open in VS Code Insiders
This setting is managed at the organization level. Contact your administrator to change it.ORG and
extensions.autoUpdateDelay
Open in VS Code<br>Open in VS Code Insiders
This setting is managed at the organization level. Contact your administrator to change it.ORG settings with enterprise policies.
Configurable extension auto-update delay
Setting :
extensions.autoUpdateDelay
Open in VS Code<br>Open in VS Code Insiders
This setting is managed at the organization level. Contact your administrator to change it.ORG
To give you more control over when extension updates are installed, you can now configure a delay for automatic extension updates. This builds on the delayed extension auto-updates feature introduced in the previous...