Skip to content

Commit f1528e3

Browse files
committed
Update to new release note format
1 parent 2bfe6aa commit f1528e3

File tree

1 file changed

+49
-11
lines changed

1 file changed

+49
-11
lines changed

release-notes/v1_103.md

Lines changed: 49 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,55 @@ _Release date: August 6, 2025_
1717

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

20-
* **MCP**
21-
* Revamped tool picker experience ([Show more](#tool-picker-improvements)).
22-
* Use more than 128 MCP tools per chat request ([Show more](#tool-grouping-experimental)).
23-
24-
* **Chat**
25-
* Restore to a previous good state with chat checkpoints ([Show more](#chat-checkpoints)).
26-
* Fast code search for Azure DevOps repos ([Show more](#azure-devops-repos-remote-index-support)).
27-
28-
* **Productivity**
29-
* Check out multiple branches simultaneously with Git worktrees ([Show more](#git-worktree-support)).
30-
* Manage coding agent sessions in a dedicated view ([Show more](#chat-sessions-experimental)).
20+
<table class="highlights-table">
21+
<tr>
22+
<th>MCP</th>
23+
<th>Chat</th>
24+
<th>Productivity</th>
25+
</tr>
26+
<tr>
27+
<td>Revamped tool picker experience <a href="#tool-picker-improvements"><br>Show more</a></td>
28+
<td>Restore to a previous good state with chat checkpoints <a href="#chat-checkpoints"><br>Show more</a></td>
29+
<td>Check out multiple branches simultaneously with Git worktrees <a href="#git-worktree-support"><br>Show more</a></td>
30+
</tr>
31+
<tr>
32+
<td>Use more than 128 MCP tools per chat request <a href="#tool-grouping-experimental"><br>Show more</a></td>
33+
<td>Fast code search for Azure DevOps repos <a href="#azure-devops-repos-remote-index-support"><br>Show more</a></td>
34+
<td>Manage coding agent sessions in a dedicated view <a href="#chat-sessions-experimental"><br>Show more</a></td>
35+
</tr>
36+
</table>
37+
38+
<br>
39+
40+
>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).<br>
41+
42+
> **Insiders: Want to try new features as soon as possible?**<br>
43+
> You can download the nightly Insiders build and try the latest updates as soon as they are available.<br>
44+
> [Download Insiders](https://code.visualstudio.com/insiders)<br>
45+
46+
<!-- TOC
47+
<div class="toc-nav-layout">
48+
<nav id="toc-nav">
49+
<div>In this update</div>
50+
<ul>
51+
<li><a href="#chat">Chat</a></li>
52+
<li><a href="#mcp">MCP</a></li>
53+
<li><a href="#accessibility">Accessibility</a></li>
54+
<li><a href="#editor-experience">Editor Experience</a></li>
55+
<li><a href="#notebooks">Notebooks</a></li>
56+
<li><a href="#source-control">Source Control</a></li>
57+
<li><a href="#terminal">Terminal</a></li>
58+
<li><a href="#languages">Languages</a></li>
59+
<li><a href="#contributions-to-extensions">Contributions to extensions</a></li>
60+
<li><a href="#extension-authoring">Extension Authoring</a></li>
61+
<li><a href="#proposed-apis">Proposed APIs</a></li>
62+
<li><a href="#engineering">Engineering</a></li>
63+
<li><a href="#notable-fixes">Notable fixes</a></li>
64+
<li><a href="#thank-you">Thank you</a></li>
65+
</ul>
66+
</nav>
67+
<div class="notes-main">
68+
Navigation End -->
3169

3270
>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).
3371
**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.

0 commit comments

Comments
 (0)