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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,11 +40,11 @@ The merge editor is now more accessible. To learn about available actions, open
40
40
41
41
### Next edit suggestion enhancements
42
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.
43
+
The new setting `setting(accessibility.signals.nextEditSuggestion)` notifies users when a predicted suggestion is available. Review and accept suggestions 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
44
45
45
### Review Copilot user requests from the accessible view
46
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)`).
47
+
When in agent mode, Copilot will sometimes require user permission to run actions. Review these actions within the accessible view (`kb(editor.action.accessibleView)`).
0 commit comments