Skip to content

Commit d7a3167

Browse files
committed
Update highlights and reorder sections
1 parent 1f2cf3f commit d7a3167

File tree

1 file changed

+25
-23
lines changed

1 file changed

+25
-23
lines changed

release-notes/v1_103.md

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,23 @@ _Release date: August 6, 2025_
1818
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:
1919

2020
* **MCP**
21-
* Auto-start MCP servers ([Show more](#bookmark)).
22-
* Use more than 128 tools in chat requests ([Show more](#bookmark)).
21+
* Revamped tool picker ([Show more](#tool-picker-improvements)).
22+
* Use more than 128 tools in chat requests ([Show more](#improved-tool-selection-experimental)).
2323

2424
* **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)).
2727

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)).
3131

3232
>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).
3333
**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.
3434

3535
## Chat
3636

37-
### New & Improved Tool Picker
37+
### Tool picker improvements
3838

3939
We've totally revamped the tool picker this iteration and adopted a new component called Quick Tree to display all the tools.
4040

@@ -134,7 +134,7 @@ The test runner tool has been reworked. It now shows progress inline within chat
134134

135135
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.
136136

137-
### Improved tool selection
137+
### Improved tool selection (Experimental)
138138

139139
**Setting**: `setting(github.copilot.chat.virtualTools.threshold)`
140140

@@ -339,9 +339,22 @@ The Source Control Repositories view displays all source control providers that
339339

340340
## Terminal
341341

342-
### Suggest (Experimental)
342+
### Suggest performance (Experimental)
343343

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.
344+
**Setting**: `setting(terminal.integrated.suggest.enabled)`
345+
346+
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:
353+
354+
* `setting(python.terminal.shellIntegration.enabled:true)`
355+
* `setting(python.analysis.supportAllPythonDocuments:true)`
356+
357+
<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>
345358

346359
### Voice dictation
347360

@@ -357,17 +370,6 @@ This release features some improved diagnostics when you hover the terminal and
357370

358371
This is one of the first places to look if one of these rich features isn't working as expected.
359372

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:
365-
366-
* `setting(python.terminal.shellIntegration.enabled:true)`
367-
* `setting(python.analysis.supportAllPythonDocuments:true)`
368-
369-
<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>
370-
371373
## Languages
372374

373375
### Python
@@ -436,7 +438,7 @@ Building off [last iteration's Copilot coding agent integration](https://code.vi
436438

437439
![Screenshot showing providing a followup in chat to coding agent.](images/1_103/coding-agent-follow-up.png)
438440

439-
##### Chat sessions view (Experimental)
441+
##### Chat sessions view
440442

441443
**Setting**: `setting(chat.agentSessionsViewLocation)`
442444

0 commit comments

Comments
 (0)