|
| 1 | +--- |
| 2 | +Order: |
| 3 | +TOCTitle: <Month> <Year> |
| 4 | +PageTitle: Visual Studio Code <Month> <Year> |
| 5 | +MetaDescription: Learn what is new in the Visual Studio Code <Month> <Year> Release (1.<release number>). |
| 6 | +MetaSocialImage: 1_<release number>/release-highlights.png |
| 7 | +Date: <YYYY-MM-DD> |
| 8 | +DownloadVersion: 1.<release number>.0 |
| 9 | +--- |
| 10 | +# <Month> <Year> (version 1.<release number>) |
| 11 | + |
| 12 | +_Release date: <release Month day, year>_ |
| 13 | + |
| 14 | +<!-- DOWNLOAD_LINKS_PLACEHOLDER --> |
| 15 | + |
| 16 | +--- |
| 17 | + |
| 18 | +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: |
| 19 | + |
| 20 | +<table class="highlights-table"> |
| 21 | + <tr> |
| 22 | + <th>Topic area 1</th> |
| 23 | + <th>Topic area 2</th> |
| 24 | + <th>Topic area 3</th> |
| 25 | + </tr> |
| 26 | + <tr> |
| 27 | + <td>Highlight 1a <a href="#"><br>Show more</a></td> |
| 28 | + <td>Highlight 2a <a href="#"><br>Show more</a></td> |
| 29 | + <td>Highlight 3a <a href="#"><br>Show more</a></td> |
| 30 | + </tr> |
| 31 | + <tr> |
| 32 | + <td>Highlight 1b <a href="#"><br>Show more</a></td> |
| 33 | + <td>Highlight 2b <a href="#"><br>Show more</a></td> |
| 34 | + <td>Highlight 3b <a href="#"><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="#code-editing">Code Editing</a></li> |
| 56 | + <li><a href="#notebooks">Notebooks</a></li> |
| 57 | + <li><a href="#source-control">Source Control</a></li> |
| 58 | + <li><a href="#debugging">Debugging</a></li> |
| 59 | + <li><a href="#tasks">Tasks</a></li> |
| 60 | + <li><a href="#terminal">Terminal</a></li> |
| 61 | + <li><a href="#languages">Languages</a></li> |
| 62 | + <li><a href="#remote-development">Remote Development</a></li> |
| 63 | + <li><a href="#contributions-to-extensions">Contributions to extensions</a></li> |
| 64 | + <li><a href="#extension-authoring">Extension Authoring</a></li> |
| 65 | + <li><a href="#proposed-apis">Proposed APIs</a></li> |
| 66 | + <li><a href="#engineering">Engineering</a></li> |
| 67 | + <li><a href="#notable-fixes">Notable fixes</a></li> |
| 68 | + <li><a href="#thank-you">Thank you</a></li> |
| 69 | + </ul> |
| 70 | + </nav> |
| 71 | + <div class="notes-main"> |
| 72 | +Navigation End --> |
| 73 | + |
| 74 | +## Chat |
| 75 | + |
| 76 | + |
| 77 | +## MCP |
| 78 | + |
| 79 | + |
| 80 | +## Accessibility |
| 81 | + |
| 82 | + |
| 83 | +## Editor Experience |
| 84 | + |
| 85 | + |
| 86 | +## Code Editing |
| 87 | + |
| 88 | + |
| 89 | +## Notebooks |
| 90 | + |
| 91 | + |
| 92 | +## Source Control |
| 93 | + |
| 94 | + |
| 95 | +## Debugging |
| 96 | + |
| 97 | + |
| 98 | +## Tasks |
| 99 | + |
| 100 | + |
| 101 | +## Terminal |
| 102 | + |
| 103 | + |
| 104 | +## Languages |
| 105 | + |
| 106 | + |
| 107 | +## Remote Development |
| 108 | + |
| 109 | +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. |
| 110 | + |
| 111 | +Highlights include: |
| 112 | + |
| 113 | +* TODO: @ntrogh |
| 114 | + |
| 115 | +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). |
| 116 | + |
| 117 | + |
| 118 | +## Contributions to extensions |
| 119 | + |
| 120 | + |
| 121 | +## Extension Authoring |
| 122 | + |
| 123 | + |
| 124 | +## Proposed APIs |
| 125 | + |
| 126 | + |
| 127 | +## Engineering |
| 128 | + |
| 129 | + |
| 130 | +## Notable fixes |
| 131 | + |
| 132 | + |
| 133 | +## Thank you |
| 134 | + |
| 135 | + |
| 136 | +We really appreciate people trying our new features as soon as they are ready, so check back here often and learn what's new. |
| 137 | + |
| 138 | +>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). |
| 139 | +
|
| 140 | +<a id="scroll-to-top" role="button" title="Scroll to top" aria-label="scroll to top" href="#"><span class="icon"></span></a> |
| 141 | +<link rel="stylesheet" type="text/css" href="css/inproduct_releasenotes.css"/> |
0 commit comments