Skip to content

Commit 53f9238

Browse files
authored
Merge pull request #9133 from microsoft/ntrogh/insiders-relnotes
Update Insiders release notes
2 parents 97297d9 + 98be75f commit 53f9238

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

release-notes/v1_107.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DownloadVersion: 1.107.0
1111

1212
![VS Code Insiders banner](images/1_107/vscode-insiders-banner-medium.png)
1313

14-
_Last updated: December 2, 2025_
14+
_Last updated: December 3, 2025_
1515

1616
These release notes cover the Insiders build of VS Code and continue to evolve as new features are added. To try the latest updates, [download Insiders](https://code.visualstudio.com/insiders).
1717
To read these release notes online, go to [code.visualstudio.com/updates](https://code.visualstudio.com/updates).
@@ -29,6 +29,7 @@ Happy Coding!
2929
<nav id="toc-nav">
3030
<div>In this update</div>
3131
<ul>
32+
<li><a href="#december-3-2025">December 3, 2025</a></li>
3233
<li><a href="#december-2-2025">December 2, 2025</a></li>
3334
<li><a href="#december-1-2025">December 1, 2025</a></li>
3435
<li><a href="#november-27-2025">November 27, 2025</a></li>
@@ -53,6 +54,10 @@ Happy Coding!
5354
<div class="notes-main">
5455
Navigation End -->
5556

57+
## December 3, 2025
58+
59+
* Stash timestamps are now displayed on the right side of stash items in the Source Control Repositories view for improved alignment and readability, consistent with how timestamps are shown for branches and tags. Consecutive stashes with identical relative timestamps show a subtle vertical line indicator instead of duplicate text, and hovering reveals the full timestamp. _[#280608](https://github.com/microsoft/vscode/issues/280608)_
60+
5661
## December 2, 2025
5762

5863
* You can now disable restoring the active chat session on VS Code restart using the new `chat.restoreLastPanelSession` setting. This setting allows you to start with a clean chat state when VS Code opens, preventing automatic restoration of previous chat conversations. _[#280402](https://github.com/microsoft/vscode/issues/280402)_
@@ -61,6 +66,8 @@ Navigation End -->
6166

6267
* Improved chat model lifecycle management with enhanced session handling capabilities. Chat models can now exist independently of chat widgets, support background session creation, and provide clearer observable state for monitoring response progress and confirmation states, improving overall chat session reliability and performance. _[#277318](https://github.com/microsoft/vscode/issues/277318)_
6368

69+
* Next Edit Suggestions now displays predictions that are further away from the current cursor position within the same file using a new "jump to" control. This control shows the location of the next predicted edit and allows you to quickly navigate to that position to accept the suggestion. _[#277816](https://github.com/microsoft/vscode/issues/277816)_
70+
6471
## December 1, 2025
6572

6673
* You can now hide the welcome banner and icon in empty chat windows using a new `chat.welcome.enabled` setting. You can toggle this setting from the context menu when right-clicking in an empty chat. _[#280287](https://github.com/microsoft/vscode/issues/280287)_

0 commit comments

Comments
 (0)