Skip to content

Commit 9c00ace

Browse files
committed
Update release note
1 parent 0c7a3fd commit 9c00ace

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed
Lines changed: 3 additions & 0 deletions
Loading

release-notes/v1_96.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,19 @@ PageTitle: Visual Studio Code November 2024
55
MetaDescription: Learn what is new in the Visual Studio Code November 2024 Release (1.96)
66
MetaSocialImage: 1_96/release-highlights.png
77
Date: 2024-12-11
8-
DownloadVersion: 1.96.0
8+
DownloadVersion: 1.96.1
99
---
1010
# November 2024 (version 1.96)
1111

12+
**Update 1.96.1**: The update addresses these [issues](https://github.com/microsoft/vscode/issues?q=is%3Aissue+milestone%3A%22November+2024+Recovery+1%22+is%3Aclosed).
13+
1214
<!-- DOWNLOAD_LINKS_PLACEHOLDER -->
1315

1416
---
1517

1618
Welcome to the November 2024 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
1719

20+
* [GitHub Copilot Free](#github-copilot-free-plan) - Use Copilot for free with the GitHub Copilot Free plan
1821
* [Overtype mode](#overtype-mode) - Switch between overwrite or insert mode in the editor
1922
* [Add imports on paste](#paste-with-imports-for-javascript-and-typescript) - Automatically add missing TS/JS imports when pasting code
2023
* [Test coverage](#attributable-coverage) - Quickly filter which code is covered by a specific test
@@ -30,6 +33,16 @@ Welcome to the November 2024 release of Visual Studio Code. There are many updat
3033

3134
## GitHub Copilot
3235

36+
### GitHub Copilot Free plan
37+
38+
We're excited to announce an all new **free tier for GitHub Copilot**. Sign up for the [GitHub Copilot Free plan](https://github.com/github-copilot/signup), and all you need is a GitHub account. You are entitled to a number of completions and chat interactions per month, which reset each month.
39+
40+
You can sign up directly from within VS Code.
41+
42+
![Chat view shows the Copilot message and a button that enables you to sign in to use Copilot.](images/1_96/copilot-chat-view-new-user.png)
43+
44+
Learn more about the [Copilot Free plan details and conditions](https://docs.github.com/en/copilot/about-github-copilot/subscription-plans-for-github-copilot).
45+
3346
### Copilot Edits
3447

3548
Last milestone, we introduced [Copilot Edits](https://code.visualstudio.com/docs/copilot/copilot-edits) (currently in preview), which allows you to quickly edit multiple files at once using natural language. Since then, we've continued to iterate on the experience. You can try out Copilot Edits by opening the Copilot menu in the Command Center, and then selecting Open Copilot Edits, or by triggering `kb(workbench.action.chat.openEditSession)`.

0 commit comments

Comments
 (0)