Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
141 changes: 141 additions & 0 deletions templates/template-release-note-endgame.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,141 @@
---
Order:
TOCTitle: <Month> <Year>
PageTitle: Visual Studio Code <Month> <Year>
MetaDescription: Learn what is new in the Visual Studio Code <Month> <Year> Release (1.<release number>).
MetaSocialImage: 1_<release number>/release-highlights.png
Date: <YYYY-MM-DD>
DownloadVersion: 1.<release number>.0
---
# <Month> <Year> (version 1.<release number>)

_Release date: <release Month day, year>_

<!-- DOWNLOAD_LINKS_PLACEHOLDER -->

---

Welcome to the <Month> <Year> release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:

<table class="highlights-table">
<tr>
<th>Topic area 1</th>
<th>Topic area 2</th>
<th>Topic area 3</th>
</tr>
<tr>
<td>Highlight 1a <a href="#"><br>Show more</a></td>
<td>Highlight 2a <a href="#"><br>Show more</a></td>
<td>Highlight 3a <a href="#"><br>Show more</a></td>
</tr>
<tr>
<td>Highlight 1b <a href="#"><br>Show more</a></td>
<td>Highlight 2b <a href="#"><br>Show more</a></td>
<td>Highlight 3b <a href="#"><br>Show more</a></td>
</tr>
</table>

<br>

>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>

> **Insiders: Want to try new features as soon as possible?**<br>
> You can download the nightly Insiders build and try the latest updates as soon as they are available.<br>
> [Download Insiders](https://code.visualstudio.com/insiders)<br>

<!-- TOC
<div class="toc-nav-layout">
<nav id="toc-nav">
<div>In this update</div>
<ul>
<li><a href="#chat">Chat</a></li>
<li><a href="#mcp">MCP</a></li>
<li><a href="#accessibility">Accessibility</a></li>
<li><a href="#editor-experience">Editor Experience</a></li>
<li><a href="#code-editing">Code Editing</a></li>
<li><a href="#notebooks">Notebooks</a></li>
<li><a href="#source-control">Source Control</a></li>
<li><a href="#debugging">Debugging</a></li>
<li><a href="#tasks">Tasks</a></li>
<li><a href="#terminal">Terminal</a></li>
<li><a href="#languages">Languages</a></li>
<li><a href="#remote-development">Remote Development</a></li>
<li><a href="#contributions-to-extensions">Contributions to extensions</a></li>
<li><a href="#extension-authoring">Extension Authoring</a></li>
<li><a href="#proposed-apis">Proposed APIs</a></li>
<li><a href="#engineering">Engineering</a></li>
<li><a href="#notable-fixes">Notable fixes</a></li>
<li><a href="#thank-you">Thank you</a></li>
</ul>
</nav>
<div class="notes-main">
Navigation End -->

## Chat


## MCP


## Accessibility


## Editor Experience


## Code Editing


## Notebooks


## Source Control


## Debugging


## Tasks


## Terminal


## Languages


## Remote Development

The [Remote Development extensions](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack), allow you to use a [Dev Container](https://code.visualstudio.com/docs/devcontainers/containers), remote machine via SSH or [Remote Tunnels](https://code.visualstudio.com/docs/remote/tunnels), or the [Windows Subsystem for Linux](https://learn.microsoft.com/windows/wsl) (WSL) as a full-featured development environment.

Highlights include:

* TODO: @ntrogh

You can learn more about these features in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/blob/main/remote-release-notes/v1_<release number>.md).


## Contributions to extensions


## Extension Authoring


## Proposed APIs


## Engineering


## Notable fixes


## Thank you


We really appreciate people trying our new features as soon as they are ready, so check back here often and learn what's new.

>If you'd like to read release notes for previous VS Code versions, go to [Updates](https://code.visualstudio.com/updates) on [code.visualstudio.com](https://code.visualstudio.com).

<a id="scroll-to-top" role="button" title="Scroll to top" aria-label="scroll to top" href="#"><span class="icon"></span></a>
<link rel="stylesheet" type="text/css" href="css/inproduct_releasenotes.css"/>
30 changes: 30 additions & 0 deletions templates/template-release-note-insiders.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
Order:
TOCTitle: <Month> <Year>
PageTitle: Visual Studio Code <Month> <Year>
MetaDescription: Learn what is new in the Visual Studio Code <Month> <Year> Release (1.<release number>).
MetaSocialImage: 1_<release number>/release-highlights.png
Date: <YYYY-MM-DD>
DownloadVersion: 1.<release number>.0
---
# <Month> <Year> (version 1.<release number>)

_Release date: <release Month day, year>_

<!-- DOWNLOAD_LINKS_PLACEHOLDER -->

---

Welcome to the Insiders build. These are the preliminary notes for the <Month> 1.<release number> release of Visual Studio Code. As we get closer to the release date, you'll find details below about new features and important fixes.

Until the <Month> milestone release notes are available, you can still track our progress:

* **[Commit log](https://github.com/Microsoft/vscode/commits/main)** - GitHub commits to the vscode open-source repository.
* **[Closed issues](https://github.com/Microsoft/vscode/issues?q=is%3Aissue+is%3Aclosed+milestone%3A%22<Month>+<Year>%22)** - Resolved bugs and implemented feature requests in the milestone.

We really appreciate people trying our new features as soon as they are ready, so check back here often and learn what's new.

>If you'd like to read release notes for previous VS Code versions, go to [Updates](https://code.visualstudio.com/updates) on [code.visualstudio.com](https://code.visualstudio.com).

<a id="scroll-to-top" role="button" title="Scroll to top" aria-label="scroll to top" href="#"><span class="icon"></span></a>
<link rel="stylesheet" type="text/css" href="css/inproduct_releasenotes.css"/>