Skip to content

Commit c702301

Browse files
authored
add setting description for general signal delays (microsoft#213927)
1 parent f53d2d5 commit c702301

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/vs/workbench/contrib/accessibility/browser/accessibilityConfiguration.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ const configuration: IConfigurationNode = {
193193
'properties': {
194194
'general': {
195195
'type': 'object',
196+
'description': 'Delays for all signals besides error and warning at position',
196197
'additionalProperties': false,
197198
'properties': {
198199
'announcement': {

src/vs/workbench/contrib/accessibility/browser/accessibleViewActions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ class AccessibleViewNextCodeBlockAction extends Action2 {
6262
mac: { primary: KeyMod.CtrlCmd | KeyMod.Alt | KeyCode.PageDown, },
6363
weight: KeybindingWeight.WorkbenchContrib,
6464
},
65+
// to
6566
icon: Codicon.arrowRight,
6667
menu:
6768
{

0 commit comments

Comments
 (0)