Skip to content

Commit acb2075

Browse files
committed
add accessibility updates
1 parent f1c8eae commit acb2075

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

release-notes/v1_100.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,21 @@ Welcome to the April 2025 release of Visual Studio Code. There are many updates
3434

3535
## Accessibility
3636

37+
### Merge editor improvements
38+
39+
The merge editor is now more accessible. To learn about available actions, open the accessibility help dialog within the merge editor (`kb(editor.action.accessibilityHelp)`). Key actions include `Merge Editor: Complete Merge` (`kb(mergeEditor.acceptMerge)`) and `Toggle Between Merge Editor Inputs` (`kb(mergeEditor.toggleBetweenInputs)`). The currently focused input is also now announced to assistive technologies.
40+
41+
### Next edit suggestion enhancements
42+
43+
The new setting `setting(accessibility.signals.nextEditSuggestion)` notifies users when a predicted suggestion is available. Suggestions can be reviewed and accepted through the accessible view (`kb(editor.action.accessibleView)`). Additionally, `setting(accessibility.signals.diffLineAdded)` and `setting(accessibility.signals.diffLineRemoved)` provide audio cues during navigation to make diff review accessible.
44+
45+
### Review Copilot user requests from the accessible view
46+
47+
When in agent mode, Copilot will sometimes require user permission to run actions. Now, these actions can be reviewed from within the accessible view (`kb(editor.action.accessibleView)`).
48+
49+
### Unique accessibility sounds
50+
51+
`setting(accessibility.signals.save.sound)` now has its own distinct sound and no longer shares audio with `setting(accessibility.signals.terminalCommandSucceeded.sound)`.
3752

3853
## Workbench
3954

0 commit comments

Comments
 (0)