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
Copy file name to clipboardExpand all lines: release-notes/v1_103.md
+25-23Lines changed: 25 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,23 +18,23 @@ _Release date: August 6, 2025_
18
18
Welcome to the July 2025 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
19
19
20
20
***MCP**
21
-
*Auto-start MCP servers ([Show more](#bookmark)).
22
-
* Use more than 128 tools in chat requests ([Show more](#bookmark)).
* Use more than 128 tools in chat requests ([Show more](#improved-tool-selection-experimental)).
23
23
24
24
***Chat**
25
-
* Use checkpoints to return to previously good state ([Show more](#bookmark)).
26
-
*Revamped tool picker ([Show more](#bookmark)).
25
+
* Use checkpoints to return to previously good state ([Show more](#chat-checkpoints)).
26
+
*Azure DevOps remote indexing support ([Show more](#azure-devops-repos-remote-index-support)).
27
27
28
-
***Source control**
29
-
* Git worktree support ([Show more](#bookmark)).
30
-
*Highlight ([Show more](#bookmark)).
28
+
***Productivity**
29
+
* Git worktree support ([Show more](#git-worktree-support)).
30
+
*Dedicated view for coding agent sessions ([Show more](#chat-sessions-experimental)).
31
31
32
32
>If you'd like to read these release notes online, go to [Updates](https://code.visualstudio.com/updates) on [code.visualstudio.com](https://code.visualstudio.com).
33
33
**Insiders:** Want to try new features as soon as possible? You can download the nightly [Insiders](https://code.visualstudio.com/insiders) build and try the latest updates as soon as they are available.
34
34
35
35
## Chat
36
36
37
-
### New & Improved Tool Picker
37
+
### Tool picker improvements
38
38
39
39
We've totally revamped the tool picker this iteration and adopted a new component called Quick Tree to display all the tools.
40
40
@@ -134,7 +134,7 @@ The test runner tool has been reworked. It now shows progress inline within chat
134
134
135
135
When you scaffold a new project with `#new` in chat, you can now make sure that it uses the latest documentation and APIs from **Context7**, if you have already installed the Context7 MCP server.
@@ -339,9 +339,22 @@ The Source Control Repositories view displays all source control providers that
339
339
340
340
## Terminal
341
341
342
-
### Suggest (Experimental)
342
+
### Suggest performance (Experimental)
343
343
344
-
We've further enhanced the opt-in terminal suggestion experience (`terminal.integrated.suggest.enabled`). In this release, the time to show the first suggestion after reloading the window has been significantly reduced, and subsequent suggestions now appear with lower latency. These improvements make terminal completions faster and more responsive.
We've further enhanced the opt-in terminal suggestion experience. In this release, the time to show the first suggestion after reloading the window has been significantly reduced, and subsequent suggestions now appear with lower latency. These improvements make terminal completions faster and more responsive.
347
+
348
+
### Documentation support in terminal suggest
349
+
350
+
Terminal suggestions powered by language servers now include inline documentation, similar to what you see in the editor. Starting with the Python REPL, you’ll get helpful descriptions and usage details for commands as you type.
351
+
352
+
You currently need these settings to enable LSP suggestions in the terminal:
<video src="images/1_103/lsp_documentation.mp4" title="Video showing terminal suggest completions items with LSP now show code docs." autoplay loop controls muted></video>
345
358
346
359
### Voice dictation
347
360
@@ -357,17 +370,6 @@ This release features some improved diagnostics when you hover the terminal and
357
370
358
371
This is one of the first places to look if one of these rich features isn't working as expected.
359
372
360
-
### Documentation support in terminal suggest
361
-
362
-
Terminal suggestions powered by language servers now include inline documentation, similar to what you see in the editor. Starting with the Python REPL, you’ll get helpful descriptions and usage details for commands as you type.
363
-
364
-
You currently need these settings to enable LSP suggestions in the terminal:
0 commit comments