Skip to content

Commit e9cd6a6

Browse files
authored
Merge pull request #9934 from microsoft/ntrogh/insiders-relnotes
Update Insiders release notes
2 parents c2bb9f6 + 9fc3c8a commit e9cd6a6

1 file changed

Lines changed: 28 additions & 1 deletion

File tree

release-notes/v1_125.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Follow us on [LinkedIn](https://www.linkedin.com/showcase/vs-code), [X](https://
1515

1616
---
1717

18-
_Last updated: June 10, 2026_
18+
_Last updated: June 13, 2026_
1919

2020
Welcome to the 1.125 <!-- %IF INSIDERS % Insiders %ENDIF % --> release of Visual Studio Code.
2121

@@ -40,6 +40,9 @@ To try new features as soon as possible, [**download the nightly Insiders build*
4040
<nav id="toc-nav">
4141
<div>In this update</div>
4242
<ul>
43+
<li><a href="#june-13-2026">June 13, 2026</a></li>
44+
<li><a href="#june-12-2026">June 12, 2026</a></li>
45+
<li><a href="#june-11-2026">June 11, 2026</a></li>
4346
<li><a href="#june-10-2026">June 10, 2026</a></li>
4447
<li><a href="#june-9-2026">June 9, 2026</a></li>
4548
<li><a href="#june-8-2026">June 8, 2026</a></li>
@@ -48,6 +51,30 @@ To try new features as soon as possible, [**download the nightly Insiders build*
4851
<div class="notes-main">
4952
Navigation End -->
5053

54+
## June 13, 2026
55+
56+
* Make the Integrated Browser use the mapped host port when running inside a Dev Container, so agent-initiated navigation reaches forwarded ports instead of the inaccessible container-local port. [#311133](https://github.com/microsoft/vscode/issues/311133)
57+
58+
## June 12, 2026
59+
60+
* Add support for running the Integrated Browser in remote environments such as SSH, tunnels, Dev Containers, and WSL. [#293229](https://github.com/microsoft/vscode/issues/293229)
61+
62+
* Add a minimum release age option for extension installs and updates, requiring extensions to reach a configurable age before they are installed or updated. [#316867](https://github.com/microsoft/vscode/issues/316867)
63+
64+
* Add group policy control for the `extensions.autoUpdate` setting. [#234543](https://github.com/microsoft/vscode/issues/234543)
65+
66+
* Inherit the current session's workspace when you create a new session in the Agents window. [#320774](https://github.com/microsoft/vscode/issues/320774)
67+
68+
## June 11, 2026
69+
70+
* Add support for fetching the Markdown version of a page in the fetch tool when available, instead of always retrieving the HTML and converting it. [#321035](https://github.com/microsoft/vscode/issues/321035)
71+
72+
* Auto-approve the `tee` command and allow file writes to `/tmp` in the terminal tool, so common test and logging commands run without manual approval. [#288327](https://github.com/microsoft/vscode/issues/288327)
73+
74+
* Show overage (additional spend) usage in the Copilot status dashboard. [#320153](https://github.com/microsoft/vscode/issues/320153)
75+
76+
* Generate Agent Host chat titles using the language model for more descriptive session names. [#317448](https://github.com/microsoft/vscode/issues/317448)
77+
5178
## June 10, 2026
5279

5380
* Add a folder picker for Agent Host sessions in multi-root windows, so you can choose which workspace folder a session targets. [#318069](https://github.com/microsoft/vscode/issues/318069)

0 commit comments

Comments
 (0)