You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
17
17
To read these release notes online, go to [code.visualstudio.com/updates](https://code.visualstudio.com/updates).
* 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
+
56
61
## December 2, 2025
57
62
58
63
* 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 -->
61
66
62
67
* 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)_
63
68
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
+
64
71
## December 1, 2025
65
72
66
73
* 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