Skip to content

Commit 49f9b0a

Browse files
authored
Merge pull request #8001 from microsoft/fix-settings
Fix settings in release note
2 parents c474bad + 768a75f commit 49f9b0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

release-notes/v1_97.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ DownloadVersion: 1.97.0
1515

1616
Welcome to the January 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:
1717

18-
* [Next Edit Suggestions (preview)](#copilot-next-edit-suggestions-nes-preview) - Copilot predicts the next edit you are likely to make.
18+
* [Next Edit Suggestions (preview)](#copilot-next-edit-suggestions-preview) - Copilot predicts the next edit you are likely to make.
1919
* [Reposition Command Palette](#move-the-command-palette-and-quick-inputs) - Drag the Command Palette and Quick Inputs to a new position.
2020
* [Auto accept edits](#improved-editor-controls) - Automatically accept edits from Copilot after a configurable timeout.
2121
* [Extension publisher trust](#trusting-extension-publishers) - Keep your environment secure with extension publisher trust.
@@ -141,8 +141,8 @@ You now have even more models to choose from when using Copilot. The following m
141141
We've refined several accessibility sounds based on user feedback to improve clarity and distinction. The following sounds have been updated:
142142

143143
- `setting(accessibility.signals.save)`
144-
- `setting(accessibility.signals.foldedAreas)`
145-
- `setting(accessibility.signals.quickFix)`
144+
- `setting(accessibility.signals.lineHasFoldedArea)`
145+
- `setting(accessibility.signals.terminalQuickFix)`
146146
- `setting(accessibility.signals.lineHasInlineSuggestion)`
147147

148148
You can preview these updates by running the command **Help: List Signal Sounds** from the Command Palette.

0 commit comments

Comments
 (0)