You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/v1_100.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,21 @@ Welcome to the April 2025 release of Visual Studio Code. There are many updates
34
34
35
35
## Accessibility
36
36
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)`.
0 commit comments