Skip to content

Commit d14390d

Browse files
authored
Merge pull request #9640 from microsoft/ntrogh/insiders-relnotes
Update Insiders release notes
2 parents 47604cf + e3c4e0b commit d14390d

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

release-notes/v1_116.md

Lines changed: 27 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: April 8, 2026_
18+
_Last updated: April 10, 2026_
1919

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

@@ -40,13 +40,33 @@ 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="#april-10-2026">April 10, 2026</a></li>
44+
<li><a href="#april-9-2026">April 9, 2026</a></li>
4345
<li><a href="#april-8-2026">April 8, 2026</a></li>
4446
<li><a href="#april-7-2026">April 7, 2026</a></li>
4547
</ul>
4648
</nav>
4749
<div class="notes-main">
4850
Navigation End -->
4951

52+
## April 10, 2026
53+
54+
* Add a global keyboard shortcut for toggling the integrated browser. _[#308906](https://github.com/microsoft/vscode/issues/308906)_
55+
56+
* Add reasoning effort support to Copilot CLI sessions, enabling you to control how deeply the model reasons before responding. _[#304641](https://github.com/microsoft/vscode/issues/304641)_
57+
58+
* Open the breakpoint widget when you Alt+click in the editor gutter. _[#203259](https://github.com/microsoft/vscode/issues/203259)_
59+
60+
---
61+
62+
## April 9, 2026
63+
64+
* Enable the agent's terminal tools to work with foreground terminals: `send_to_terminal` can send input to any visible terminal, and `get_terminal_output` can read from any agent-created terminal. _[#308296](https://github.com/microsoft/vscode/issues/308296), [#288570](https://github.com/microsoft/vscode/issues/288570)_
65+
66+
* Add `regex` as a supported token type in grammar `tokenTypes` mappings for TextMate grammars. _[#304883](https://github.com/microsoft/vscode/issues/304883)_
67+
68+
---
69+
5070
## April 8, 2026
5171

5272
* Add dedicated commands and keybindings to the Agents app to focus the Changes view (`kb(workbench.action.agentSessions.focusChangesView)`), the files tree within the Changes view, and the Chat Customizations view, enabling full keyboard navigation. _[#308327](https://github.com/microsoft/vscode/issues/308327), [#308322](https://github.com/microsoft/vscode/issues/308322), [#308265](https://github.com/microsoft/vscode/issues/308265)_
@@ -55,6 +75,12 @@ Navigation End -->
5575

5676
* Add support for CSS `@import` link node_modules resolution, allowing you to Ctrl+click through imports like `@import "some-module/style.css"` when using bundlers. _[#295074](https://github.com/microsoft/vscode/issues/295074)_
5777

78+
* Add an **Open File** toolbar button to agent diff editors, matching the behavior of source control diffs, so you can quickly navigate to the actual file from a diff view. _[#276376](https://github.com/microsoft/vscode/issues/276376)_
79+
80+
* Improve the `#changes` context variable in chat to offload large diff content to a file reference instead of inlining it, preventing token limit issues with large changesets. _[#276413](https://github.com/microsoft/vscode/issues/276413)_
81+
82+
* Expose cumulative diffs per session in the Agent Host Protocol, enabling extensions to retrieve file change statistics after each agent turn. _[#305322](https://github.com/microsoft/vscode/issues/305322)_
83+
5884
---
5985

6086
## April 7, 2026

0 commit comments

Comments
 (0)