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
description: localize('verbosity.terminal.description','Provide information about how to access the terminal accessibility help menu when the terminal is focused'),
26
-
type: 'boolean',
27
-
default: true,
28
-
tags: ['accessibility']
32
+
...baseProperty
29
33
},
30
34
[AccessibilityVerbositySettingId.DiffEditor]: {
31
-
description: localize('verbosity.diff-editor.description','Provide information about how to navigate changes in the diff editor when it is focused'),
32
-
type: 'boolean',
33
-
default: true,
34
-
tags: ['accessibility']
35
+
description: localize('verbosity.diffEditor.description','Provide information about how to navigate changes in the diff editor when it is focused'),
36
+
...baseProperty
35
37
},
36
38
[AccessibilityVerbositySettingId.Chat]: {
37
39
description: localize('verbosity.chat.description','Provide information about how to access the chat help menu when the chat input is focused'),
description: localize('verbosity.interactiveEditor.description','Provide information about how to access the interactive editor accessibility help menu when the interactive editor input is focused'),
description: localize('verbosity.keybindingsEditor.description','Provide information about how to change a keybinding in the keybindings editor when a row is focused'),
50
-
type: 'boolean',
51
-
default: true,
52
-
tags: ['accessibility']
48
+
...baseProperty
53
49
},
54
50
[AccessibilityVerbositySettingId.Notebook]: {
55
51
description: localize('verbosity.notebook','Provide information about how to focus the cell container or inner editor when a notebook cell is focused.'),
0 commit comments