Skip to content

Commit 3dc99ea

Browse files
committed
Update release highlights
1 parent f16a6af commit 3dc99ea

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 2 additions & 2 deletions
Loading

release-notes/v1_96.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Welcome to the November 2024 release of Visual Studio Code. There are many updat
1919
* [Add imports on paste](#configure-paste-and-drop-behavior) - Automatically add missing TS/JS imports when pasting code
2020
* [Test coverage](#attributable-coverage) - Quickly filter which code is covered by a specific test
2121
* [Move views](#move-views-between-primary-and-secondary-side-bar) - Easily move views between the Primary and Secondary Side Bar
22+
* [Terminal ligatures](#ligature-support) - Use ligatures in the terminal
2223
* [Extension allow list](#configure-allowed-extensions) - Configure which extensions can be installed in your organization
2324
* [Debug with Copilot](#debugging-with-copilot) - Use `copilot-debug` terminal command to start a debugging session
2425
* [Chat context](#add-context) - Add symbols and folders as context Chat and Edits
@@ -317,7 +318,7 @@ Ligatures are now supported in the terminal, regardless of whether [GPU accelera
317318

318319
![Fonts that support ligatures like ->, ==>, and so on will now visually look like single characters](images/1_96/terminal-ligatures.png)
319320

320-
In order to use this feature make sure you also use a font that supports ligatures `setting(terminal.integrated.fontFamily)`.
321+
In order to use this feature, make sure you also use a font that supports ligatures `setting(terminal.integrated.fontFamily)`.
321322

322323
### New variables for customizing terminal tabs
323324

0 commit comments

Comments
 (0)