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
'markdownDescription': localize('alert.breakpoint',"When in screen reader mode, alerts when the active line has a breakpoint. Also see {0}.",'`#audioCues.breakpoint#`'),
163
+
'type': 'boolean',
164
+
'default': true,
165
+
tags: ['accessibility']
166
+
},
167
+
[AccessibilityAlertSettingId.Error]: {
168
+
'markdownDescription': localize('alert.error',"When in screen reader mode, alerts when the active line has an error. Also see {0}.",'`#audioCues.error#`'),
169
+
'type': 'boolean',
170
+
'default': true,
171
+
tags: ['accessibility']
172
+
},
173
+
[AccessibilityAlertSettingId.Warning]: {
174
+
'markdownDescription': localize('alert.warning',"When in screen reader mode, alerts when the active line has a warning. Also see {0}.",'`#audioCues.warning#`'),
175
+
'type': 'boolean',
176
+
'default': true,
177
+
tags: ['accessibility']
178
+
},
179
+
[AccessibilityAlertSettingId.FoldedArea]: {
180
+
'markdownDescription': localize('alert.foldedArea',"When in screen reader mode, alerts when the active line has a folded area that can be unfolded. Also see {0}.",'`#audioCues.foldedArea#`'),
181
+
'type': 'boolean',
182
+
'default': true,
183
+
tags: ['accessibility']
184
+
},
157
185
[AccessibilityVoiceSettingId.SpeechTimeout]: {
158
186
'markdownDescription': localize('voice.speechTimeout',"The duration in milliseconds that voice speech recognition remains active after you stop speaking. For example in a chat session, the transcribed text is submitted automatically after the timeout is met. Set to `0` to disable this feature."),
0 commit comments