@codingame/monaco-vscode-api 23.1.0 → 23.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/package.json +8 -8
  2. package/services.d.ts +1 -1
  3. package/services.js +3 -4
  4. package/vscode/src/vs/base/browser/dom.d.ts +6 -0
  5. package/vscode/src/vs/base/browser/dom.js +12 -3
  6. package/vscode/src/vs/platform/languagePacks/common/languagePacks.service.d.ts +1 -1
  7. package/vscode/src/vs/platform/product/common/product.js +1 -1
  8. package/vscode/src/vs/workbench/common/configuration.js +9 -9
  9. package/vscode/src/vs/workbench/common/contextkeys.js +73 -73
  10. package/vscode/src/vs/workbench/common/editor/diffEditorInput.js +1 -1
  11. package/vscode/src/vs/workbench/common/editor/sideBySideEditorInput.js +1 -1
  12. package/vscode/src/vs/workbench/common/editor/textEditorModel.js +1 -1
  13. package/vscode/src/vs/workbench/common/editor.d.ts +1 -1
  14. package/vscode/src/vs/workbench/common/editor.js +4 -4
  15. package/vscode/src/vs/workbench/common/theme.js +160 -160
  16. package/vscode/src/vs/workbench/common/views.js +4 -4
  17. package/vscode/src/vs/workbench/contrib/accessibility/browser/accessibilityConfiguration.js +159 -159
  18. package/vscode/src/vs/workbench/contrib/accessibility/browser/accessibleViewActions.js +12 -12
  19. package/vscode/src/vs/workbench/contrib/chat/browser/chatContextPickService.service.d.ts +1 -1
  20. package/vscode/src/vs/workbench/contrib/chat/browser/chatEditing/chatEditingEditorContextKeys.js +7 -7
  21. package/vscode/src/vs/workbench/contrib/chat/common/chatContextKeys.js +50 -50
  22. package/vscode/src/vs/workbench/contrib/chat/common/chatEditingService.js +2 -2
  23. package/vscode/src/vs/workbench/contrib/chat/common/chatVariableEntries.js +2 -2
  24. package/vscode/src/vs/workbench/contrib/chat/common/languageModelToolsService.js +3 -3
  25. package/vscode/src/vs/workbench/contrib/chat/common/languageModels.js +8 -8
  26. package/vscode/src/vs/workbench/contrib/chat/common/modelPicker/modelPickerWidget.js +1 -1
  27. package/vscode/src/vs/workbench/contrib/chat/common/tools/manageTodoListTool.js +11 -11
  28. package/vscode/src/vs/workbench/contrib/chat/common/tools/runSubagentTool.js +2 -2
  29. package/vscode/src/vs/workbench/contrib/codeActions/browser/codeActionsContribution.js +13 -13
  30. package/vscode/src/vs/workbench/contrib/codeEditor/browser/dictation/editorDictation.js +4 -4
  31. package/vscode/src/vs/workbench/contrib/codeEditor/browser/diffEditorAccessibilityHelp.js +5 -5
  32. package/vscode/src/vs/workbench/contrib/codeEditor/browser/diffEditorHelper.js +3 -3
  33. package/vscode/src/vs/workbench/contrib/codeEditor/browser/largeFileOptimizations.js +3 -3
  34. package/vscode/src/vs/workbench/contrib/codeEditor/browser/saveParticipants.js +4 -4
  35. package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleMinimap.js +2 -2
  36. package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleMultiCursorModifier.js +4 -4
  37. package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleRenderControlCharacter.js +2 -2
  38. package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleRenderWhitespace.js +2 -2
  39. package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleWordWrap.js +5 -5
  40. package/vscode/src/vs/workbench/contrib/comments/browser/commentsAccessibility.js +12 -12
  41. package/vscode/src/vs/workbench/contrib/comments/common/commentContextKeys.js +11 -11
  42. package/vscode/src/vs/workbench/contrib/debug/common/abstractDebugAdapter.js +1 -1
  43. package/vscode/src/vs/workbench/contrib/debug/common/debug.js +65 -65
  44. package/vscode/src/vs/workbench/contrib/dropOrPasteInto/browser/commands.js +2 -2
  45. package/vscode/src/vs/workbench/contrib/dropOrPasteInto/browser/configurationSchema.js +4 -4
  46. package/vscode/src/vs/workbench/contrib/extensions/common/extensions.js +1 -1
  47. package/vscode/src/vs/workbench/contrib/extensions/common/searchExtensionsTool.js +4 -4
  48. package/vscode/src/vs/workbench/contrib/files/browser/fileConstants.js +6 -6
  49. package/vscode/src/vs/workbench/contrib/files/browser/files.service.d.ts +2 -2
  50. package/vscode/src/vs/workbench/contrib/folding/browser/folding.contribution.js +3 -3
  51. package/vscode/src/vs/workbench/contrib/format/browser/formatActionsMultiple.js +20 -20
  52. package/vscode/src/vs/workbench/contrib/format/browser/formatActionsNone.js +4 -4
  53. package/vscode/src/vs/workbench/contrib/format/browser/formatModified.js +1 -1
  54. package/vscode/src/vs/workbench/contrib/inlayHints/browser/inlayHintsAccessibilty.js +4 -4
  55. package/vscode/src/vs/workbench/contrib/list/browser/listResizeColumnAction.js +2 -2
  56. package/vscode/src/vs/workbench/contrib/list/browser/tableColumnResizeQuickPick.js +5 -5
  57. package/vscode/src/vs/workbench/contrib/mcp/common/mcpTypes.js +4 -4
  58. package/vscode/src/vs/workbench/contrib/notebook/common/notebookCommon.d.ts +1 -1
  59. package/vscode/src/vs/workbench/contrib/snippets/browser/snippetCompletionProvider.js +3 -3
  60. package/vscode/src/vs/workbench/contrib/snippets/browser/snippetsFile.js +3 -3
  61. package/vscode/src/vs/workbench/contrib/snippets/browser/snippetsService.js +9 -9
  62. package/vscode/src/vs/workbench/contrib/speech/common/speechService.js +29 -29
  63. package/vscode/src/vs/workbench/contrib/tasks/common/constants.js +1 -1
  64. package/vscode/src/vs/workbench/contrib/tasks/common/taskDefinitionRegistry.js +5 -5
  65. package/vscode/src/vs/workbench/contrib/tasks/common/tasks.js +4 -4
  66. package/vscode/src/vs/workbench/contrib/testing/common/constants.js +11 -11
  67. package/vscode/src/vs/workbench/contrib/testing/common/testTypes.js +3 -3
  68. package/vscode/src/vs/workbench/contrib/webview/browser/webview.service.d.ts +1 -1
  69. package/vscode/src/vs/workbench/contrib/webviewPanel/browser/webviewWorkbenchService.service.d.ts +1 -1
  70. package/vscode/src/vs/workbench/services/accounts/common/defaultAccount.js +1 -1
  71. package/vscode/src/vs/workbench/services/chat/common/chatEntitlementService.js +9 -9
  72. package/vscode/src/vs/workbench/services/configurationResolver/common/variableResolver.js +16 -16
  73. package/vscode/src/vs/workbench/services/editor/common/editorGroupsService.d.ts +1 -1
  74. package/vscode/src/vs/workbench/services/editor/common/editorResolverService.js +1 -1
  75. package/vscode/src/vs/workbench/services/editor/common/editorService.d.ts +1 -1
  76. package/vscode/src/vs/workbench/services/extensions/common/extensionsRegistry.js +87 -87
  77. package/vscode/src/vs/workbench/services/filesConfiguration/common/filesConfigurationService.service.d.ts +1 -1
  78. package/vscode/src/vs/workbench/services/host/browser/host.service.d.ts +1 -1
  79. package/vscode/src/vs/workbench/services/language/common/languageService.js +28 -28
  80. package/vscode/src/vs/workbench/services/localization/common/locale.service.d.ts +1 -1
  81. package/vscode/src/vs/workbench/services/log/common/logConstants.js +1 -1
  82. package/vscode/src/vs/workbench/services/outline/browser/outline.service.d.ts +1 -1
  83. package/vscode/src/vs/workbench/services/remote/common/remoteExplorerService.js +8 -8
  84. package/vscode/src/vs/workbench/services/remote/common/tunnelModel.js +6 -6
  85. package/vscode/src/vs/workbench/services/search/common/queryBuilder.js +1 -1
  86. package/vscode/src/vs/workbench/services/textfile/common/textfiles.d.ts +1 -1
  87. package/vscode/src/vs/workbench/services/themes/common/colorExtensionPoint.js +22 -22
  88. package/vscode/src/vs/workbench/services/themes/common/iconExtensionPoint.js +13 -13
  89. package/vscode/src/vs/workbench/services/userDataSync/common/userDataSync.js +13 -13
  90. package/vscode/src/vs/workbench/services/workingCopy/common/workingCopyBackup.d.ts +1 -1
  91. package/vscode/src/vs/workbench/services/workingCopy/common/workingCopyBackup.service.d.ts +1 -1
  92. package/vscode/src/vs/workbench/services/workingCopy/common/workingCopyEditorService.service.d.ts +1 -1
  93. package/vscode/src/vs/workbench/services/workingCopy/common/workingCopyFileService.service.d.ts +1 -1
  94. package/vscode/src/vs/workbench/services/workingCopy/common/workingCopyService.service.d.ts +1 -1
  95. package/vscode/src/vs/workbench/browser/actions/textInputActions.d.ts +0 -19
  96. package/vscode/src/vs/workbench/browser/actions/textInputActions.js +0 -95
@@ -66,7 +66,7 @@ const baseVerbosityProperty = {
66
66
  };
67
67
  const accessibilityConfigurationNodeBase = ( Object.freeze({
68
68
  id: 'accessibility',
69
- title: ( localize(4154, "Accessibility")),
69
+ title: ( localize(4173, "Accessibility")),
70
70
  type: 'object'
71
71
  }));
72
72
  const soundFeatureBase = {
@@ -74,9 +74,9 @@ const soundFeatureBase = {
74
74
  'enum': ['auto', 'on', 'off'],
75
75
  'default': 'auto',
76
76
  'enumDescriptions': [
77
- ( localize(4155, "Enable sound when a screen reader is attached.")),
78
- ( localize(4156, "Enable sound.")),
79
- ( localize(4157, "Disable sound."))
77
+ ( localize(4174, "Enable sound when a screen reader is attached.")),
78
+ ( localize(4175, "Enable sound.")),
79
+ ( localize(4176, "Disable sound."))
80
80
  ],
81
81
  tags: ['accessibility'],
82
82
  };
@@ -95,10 +95,10 @@ const announcementFeatureBase = {
95
95
  'default': 'auto',
96
96
  'enumDescriptions': [
97
97
  ( localize(
98
- 4158,
98
+ 4177,
99
99
  "Enable announcement, will only play when in screen reader optimized mode."
100
100
  )),
101
- ( localize(4159, "Disable announcement."))
101
+ ( localize(4178, "Disable announcement."))
102
102
  ],
103
103
  tags: ['accessibility'],
104
104
  };
@@ -116,109 +116,109 @@ const configuration = {
116
116
  properties: {
117
117
  [AccessibilityVerbositySettingId.Terminal]: {
118
118
  description: ( localize(
119
- 4160,
119
+ 4179,
120
120
  'Provide information about how to access the terminal accessibility help menu when the terminal is focused.'
121
121
  )),
122
122
  ...baseVerbosityProperty
123
123
  },
124
124
  [AccessibilityVerbositySettingId.DiffEditor]: {
125
125
  description: ( localize(
126
- 4161,
126
+ 4180,
127
127
  'Provide information about how to navigate changes in the diff editor when it is focused.'
128
128
  )),
129
129
  ...baseVerbosityProperty
130
130
  },
131
131
  [AccessibilityVerbositySettingId.Chat]: {
132
132
  description: ( localize(
133
- 4162,
133
+ 4181,
134
134
  'Provide information about how to access the chat help menu when the chat input is focused.'
135
135
  )),
136
136
  ...baseVerbosityProperty
137
137
  },
138
138
  [AccessibilityVerbositySettingId.InlineChat]: {
139
139
  description: ( localize(
140
- 4163,
140
+ 4182,
141
141
  'Provide information about how to access the inline editor chat accessibility help menu and alert with hints that describe how to use the feature when the input is focused.'
142
142
  )),
143
143
  ...baseVerbosityProperty
144
144
  },
145
145
  [AccessibilityVerbositySettingId.InlineCompletions]: {
146
146
  description: ( localize(
147
- 4164,
147
+ 4183,
148
148
  'Provide information about how to access the inline completions hover and Accessible View.'
149
149
  )),
150
150
  ...baseVerbosityProperty
151
151
  },
152
152
  [AccessibilityVerbositySettingId.KeybindingsEditor]: {
153
153
  description: ( localize(
154
- 4165,
154
+ 4184,
155
155
  'Provide information about how to change a keybinding in the keybindings editor when a row is focused.'
156
156
  )),
157
157
  ...baseVerbosityProperty
158
158
  },
159
159
  [AccessibilityVerbositySettingId.Notebook]: {
160
160
  description: ( localize(
161
- 4166,
161
+ 4185,
162
162
  'Provide information about how to focus the cell container or inner editor when a notebook cell is focused.'
163
163
  )),
164
164
  ...baseVerbosityProperty
165
165
  },
166
166
  [AccessibilityVerbositySettingId.Hover]: {
167
167
  description: ( localize(
168
- 4167,
168
+ 4186,
169
169
  'Provide information about how to open the hover in an Accessible View.'
170
170
  )),
171
171
  ...baseVerbosityProperty
172
172
  },
173
173
  [AccessibilityVerbositySettingId.Notification]: {
174
174
  description: ( localize(
175
- 4168,
175
+ 4187,
176
176
  'Provide information about how to open the notification in an Accessible View.'
177
177
  )),
178
178
  ...baseVerbosityProperty
179
179
  },
180
180
  [AccessibilityVerbositySettingId.EmptyEditorHint]: {
181
181
  description: ( localize(
182
- 4169,
182
+ 4188,
183
183
  'Provide information about relevant actions in an empty text editor.'
184
184
  )),
185
185
  ...baseVerbosityProperty
186
186
  },
187
187
  [AccessibilityVerbositySettingId.ReplEditor]: {
188
188
  description: ( localize(
189
- 4170,
189
+ 4189,
190
190
  'Provide information about how to access the REPL editor accessibility help menu when the REPL editor is focused.'
191
191
  )),
192
192
  ...baseVerbosityProperty
193
193
  },
194
194
  [AccessibilityVerbositySettingId.Comments]: {
195
195
  description: ( localize(
196
- 4171,
196
+ 4190,
197
197
  'Provide information about actions that can be taken in the comment widget or in a file which contains comments.'
198
198
  )),
199
199
  ...baseVerbosityProperty
200
200
  },
201
201
  [AccessibilityVerbositySettingId.DiffEditorActive]: {
202
- description: ( localize(4172, 'Indicate when a diff editor becomes the active editor.')),
202
+ description: ( localize(4191, 'Indicate when a diff editor becomes the active editor.')),
203
203
  ...baseVerbosityProperty
204
204
  },
205
205
  [AccessibilityVerbositySettingId.Debug]: {
206
206
  description: ( localize(
207
- 4173,
207
+ 4192,
208
208
  'Provide information about how to access the debug console accessibility help dialog when the debug console or run and debug viewlet is focused. Note that a reload of the window is required for this to take effect.'
209
209
  )),
210
210
  ...baseVerbosityProperty
211
211
  },
212
212
  [AccessibilityVerbositySettingId.Walkthrough]: {
213
213
  description: ( localize(
214
- 4174,
214
+ 4193,
215
215
  'Provide information about how to open the walkthrough in an Accessible View.'
216
216
  )),
217
217
  ...baseVerbosityProperty
218
218
  },
219
219
  [AccessibilityWorkbenchSettingId.AccessibleViewCloseOnKeyPress]: {
220
220
  markdownDescription: ( localize(
221
- 4175,
221
+ 4194,
222
222
  "On keypress, close the Accessible View and focus the element from which it was invoked."
223
223
  )),
224
224
  type: 'boolean',
@@ -226,13 +226,13 @@ const configuration = {
226
226
  },
227
227
  [AccessibilityVerbositySettingId.SourceControl]: {
228
228
  description: ( localize(
229
- 4176,
229
+ 4195,
230
230
  'Provide information about how to access the source control accessibility help menu when the input is focused.'
231
231
  )),
232
232
  ...baseVerbosityProperty
233
233
  },
234
234
  'accessibility.signalOptions.volume': {
235
- 'description': ( localize(4177, "The volume of the sounds in percent (0-100).")),
235
+ 'description': ( localize(4196, "The volume of the sounds in percent (0-100).")),
236
236
  'type': 'number',
237
237
  'minimum': 0,
238
238
  'maximum': 100,
@@ -240,7 +240,7 @@ const configuration = {
240
240
  'tags': ['accessibility']
241
241
  },
242
242
  'accessibility.signalOptions.debouncePositionChanges': {
243
- 'description': ( localize(4178, "Whether or not position changes should be debounced")),
243
+ 'description': ( localize(4197, "Whether or not position changes should be debounced")),
244
244
  'type': 'boolean',
245
245
  'default': false,
246
246
  'tags': ['accessibility']
@@ -251,13 +251,13 @@ const configuration = {
251
251
  'additionalProperties': false,
252
252
  'properties': {
253
253
  'announcement': {
254
- 'description': ( localize(4179, "The delay in milliseconds before an announcement is made.")),
254
+ 'description': ( localize(4198, "The delay in milliseconds before an announcement is made.")),
255
255
  'type': 'number',
256
256
  'minimum': 0,
257
257
  'default': 3000
258
258
  },
259
259
  'sound': {
260
- 'description': ( localize(4180, "The delay in milliseconds before a sound is played.")),
260
+ 'description': ( localize(4199, "The delay in milliseconds before a sound is played.")),
261
261
  'type': 'number',
262
262
  'minimum': 0,
263
263
  'default': 400
@@ -271,7 +271,7 @@ const configuration = {
271
271
  'properties': {
272
272
  'announcement': {
273
273
  'description': ( localize(
274
- 4181,
274
+ 4200,
275
275
  "The delay in milliseconds before an announcement is made when there's a warning at the position."
276
276
  )),
277
277
  'type': 'number',
@@ -280,7 +280,7 @@ const configuration = {
280
280
  },
281
281
  'sound': {
282
282
  'description': ( localize(
283
- 4182,
283
+ 4201,
284
284
  "The delay in milliseconds before a sound is played when there's a warning at the position."
285
285
  )),
286
286
  'type': 'number',
@@ -296,7 +296,7 @@ const configuration = {
296
296
  'properties': {
297
297
  'announcement': {
298
298
  'description': ( localize(
299
- 4183,
299
+ 4202,
300
300
  "The delay in milliseconds before an announcement is made when there's an error at the position."
301
301
  )),
302
302
  'type': 'number',
@@ -305,7 +305,7 @@ const configuration = {
305
305
  },
306
306
  'sound': {
307
307
  'description': ( localize(
308
- 4184,
308
+ 4203,
309
309
  "The delay in milliseconds before a sound is played when there's an error at the position."
310
310
  )),
311
311
  'type': 'number',
@@ -318,16 +318,16 @@ const configuration = {
318
318
  'accessibility.signals.lineHasBreakpoint': {
319
319
  ...signalFeatureBase,
320
320
  'description': ( localize(
321
- 4185,
321
+ 4204,
322
322
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when the active line has a breakpoint."
323
323
  )),
324
324
  'properties': {
325
325
  'sound': {
326
- 'description': ( localize(4186, "Plays a sound when the active line has a breakpoint.")),
326
+ 'description': ( localize(4205, "Plays a sound when the active line has a breakpoint.")),
327
327
  ...soundFeatureBase
328
328
  },
329
329
  'announcement': {
330
- 'description': ( localize(4187, "Announces when the active line has a breakpoint.")),
330
+ 'description': ( localize(4206, "Announces when the active line has a breakpoint.")),
331
331
  ...announcementFeatureBase
332
332
  },
333
333
  },
@@ -335,12 +335,12 @@ const configuration = {
335
335
  'accessibility.signals.lineHasInlineSuggestion': {
336
336
  ...defaultNoAnnouncement,
337
337
  'description': ( localize(
338
- 4188,
338
+ 4207,
339
339
  "Plays a sound / audio cue when the active line has an inline suggestion."
340
340
  )),
341
341
  'properties': {
342
342
  'sound': {
343
- 'description': ( localize(4189, "Plays a sound when the active line has an inline suggestion.")),
343
+ 'description': ( localize(4208, "Plays a sound when the active line has an inline suggestion.")),
344
344
  ...soundFeatureBase,
345
345
  'default': 'off'
346
346
  }
@@ -349,16 +349,16 @@ const configuration = {
349
349
  'accessibility.signals.nextEditSuggestion': {
350
350
  ...signalFeatureBase,
351
351
  'description': ( localize(
352
- 4190,
352
+ 4209,
353
353
  "Plays a signal - sound / audio cue and/or announcement (alert) when there is a next edit suggestion."
354
354
  )),
355
355
  'properties': {
356
356
  'sound': {
357
- 'description': ( localize(4191, "Plays a sound when there is a next edit suggestion.")),
357
+ 'description': ( localize(4210, "Plays a sound when there is a next edit suggestion.")),
358
358
  ...soundFeatureBase,
359
359
  },
360
360
  'announcement': {
361
- 'description': ( localize(4192, "Announces when there is a next edit suggestion.")),
361
+ 'description': ( localize(4211, "Announces when there is a next edit suggestion.")),
362
362
  ...announcementFeatureBase,
363
363
  },
364
364
  }
@@ -366,16 +366,16 @@ const configuration = {
366
366
  'accessibility.signals.lineHasError': {
367
367
  ...signalFeatureBase,
368
368
  'description': ( localize(
369
- 4193,
369
+ 4212,
370
370
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when the active line has an error."
371
371
  )),
372
372
  'properties': {
373
373
  'sound': {
374
- 'description': ( localize(4194, "Plays a sound when the active line has an error.")),
374
+ 'description': ( localize(4213, "Plays a sound when the active line has an error.")),
375
375
  ...soundFeatureBase
376
376
  },
377
377
  'announcement': {
378
- 'description': ( localize(4195, "Announces when the active line has an error.")),
378
+ 'description': ( localize(4214, "Announces when the active line has an error.")),
379
379
  ...announcementFeatureBase,
380
380
  default: 'off'
381
381
  },
@@ -384,13 +384,13 @@ const configuration = {
384
384
  'accessibility.signals.lineHasFoldedArea': {
385
385
  ...signalFeatureBase,
386
386
  'description': ( localize(
387
- 4196,
387
+ 4215,
388
388
  "Plays a signal - sound (audio cue) and/or announcement (alert) - the active line has a folded area that can be unfolded."
389
389
  )),
390
390
  'properties': {
391
391
  'sound': {
392
392
  'description': ( localize(
393
- 4197,
393
+ 4216,
394
394
  "Plays a sound when the active line has a folded area that can be unfolded."
395
395
  )),
396
396
  ...soundFeatureBase,
@@ -398,7 +398,7 @@ const configuration = {
398
398
  },
399
399
  'announcement': {
400
400
  'description': ( localize(
401
- 4198,
401
+ 4217,
402
402
  "Announces when the active line has a folded area that can be unfolded."
403
403
  )),
404
404
  ...announcementFeatureBase
@@ -408,16 +408,16 @@ const configuration = {
408
408
  'accessibility.signals.lineHasWarning': {
409
409
  ...signalFeatureBase,
410
410
  'description': ( localize(
411
- 4199,
411
+ 4218,
412
412
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when the active line has a warning."
413
413
  )),
414
414
  'properties': {
415
415
  'sound': {
416
- 'description': ( localize(4200, "Plays a sound when the active line has a warning.")),
416
+ 'description': ( localize(4219, "Plays a sound when the active line has a warning.")),
417
417
  ...soundFeatureBase
418
418
  },
419
419
  'announcement': {
420
- 'description': ( localize(4201, "Announces when the active line has a warning.")),
420
+ 'description': ( localize(4220, "Announces when the active line has a warning.")),
421
421
  ...announcementFeatureBase,
422
422
  default: 'off'
423
423
  },
@@ -426,16 +426,16 @@ const configuration = {
426
426
  'accessibility.signals.positionHasError': {
427
427
  ...signalFeatureBase,
428
428
  'description': ( localize(
429
- 4202,
429
+ 4221,
430
430
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when the active line has a warning."
431
431
  )),
432
432
  'properties': {
433
433
  'sound': {
434
- 'description': ( localize(4203, "Plays a sound when the active line has a warning.")),
434
+ 'description': ( localize(4222, "Plays a sound when the active line has a warning.")),
435
435
  ...soundFeatureBase
436
436
  },
437
437
  'announcement': {
438
- 'description': ( localize(4204, "Announces when the active line has a warning.")),
438
+ 'description': ( localize(4223, "Announces when the active line has a warning.")),
439
439
  ...announcementFeatureBase,
440
440
  default: 'on'
441
441
  },
@@ -444,16 +444,16 @@ const configuration = {
444
444
  'accessibility.signals.positionHasWarning': {
445
445
  ...signalFeatureBase,
446
446
  'description': ( localize(
447
- 4205,
447
+ 4224,
448
448
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when the active line has a warning."
449
449
  )),
450
450
  'properties': {
451
451
  'sound': {
452
- 'description': ( localize(4206, "Plays a sound when the active line has a warning.")),
452
+ 'description': ( localize(4225, "Plays a sound when the active line has a warning.")),
453
453
  ...soundFeatureBase
454
454
  },
455
455
  'announcement': {
456
- 'description': ( localize(4207, "Announces when the active line has a warning.")),
456
+ 'description': ( localize(4226, "Announces when the active line has a warning.")),
457
457
  ...announcementFeatureBase,
458
458
  default: 'on'
459
459
  },
@@ -462,16 +462,16 @@ const configuration = {
462
462
  'accessibility.signals.onDebugBreak': {
463
463
  ...signalFeatureBase,
464
464
  'description': ( localize(
465
- 4208,
465
+ 4227,
466
466
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when the debugger stopped on a breakpoint."
467
467
  )),
468
468
  'properties': {
469
469
  'sound': {
470
- 'description': ( localize(4209, "Plays a sound when the debugger stopped on a breakpoint.")),
470
+ 'description': ( localize(4228, "Plays a sound when the debugger stopped on a breakpoint.")),
471
471
  ...soundFeatureBase
472
472
  },
473
473
  'announcement': {
474
- 'description': ( localize(4210, "Announces when the debugger stopped on a breakpoint.")),
474
+ 'description': ( localize(4229, "Announces when the debugger stopped on a breakpoint.")),
475
475
  ...announcementFeatureBase
476
476
  },
477
477
  }
@@ -479,20 +479,20 @@ const configuration = {
479
479
  'accessibility.signals.noInlayHints': {
480
480
  ...signalFeatureBase,
481
481
  'description': ( localize(
482
- 4211,
482
+ 4230,
483
483
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when trying to read a line with inlay hints that has no inlay hints."
484
484
  )),
485
485
  'properties': {
486
486
  'sound': {
487
487
  'description': ( localize(
488
- 4212,
488
+ 4231,
489
489
  "Plays a sound when trying to read a line with inlay hints that has no inlay hints."
490
490
  )),
491
491
  ...soundFeatureBase
492
492
  },
493
493
  'announcement': {
494
494
  'description': ( localize(
495
- 4213,
495
+ 4232,
496
496
  "Announces when trying to read a line with inlay hints that has no inlay hints."
497
497
  )),
498
498
  ...announcementFeatureBase
@@ -502,16 +502,16 @@ const configuration = {
502
502
  'accessibility.signals.taskCompleted': {
503
503
  ...signalFeatureBase,
504
504
  'description': ( localize(
505
- 4214,
505
+ 4233,
506
506
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when a task is completed."
507
507
  )),
508
508
  'properties': {
509
509
  'sound': {
510
- 'description': ( localize(4215, "Plays a sound when a task is completed.")),
510
+ 'description': ( localize(4234, "Plays a sound when a task is completed.")),
511
511
  ...soundFeatureBase
512
512
  },
513
513
  'announcement': {
514
- 'description': ( localize(4216, "Announces when a task is completed.")),
514
+ 'description': ( localize(4235, "Announces when a task is completed.")),
515
515
  ...announcementFeatureBase
516
516
  },
517
517
  }
@@ -519,16 +519,16 @@ const configuration = {
519
519
  'accessibility.signals.taskFailed': {
520
520
  ...signalFeatureBase,
521
521
  'description': ( localize(
522
- 4217,
522
+ 4236,
523
523
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when a task fails (non-zero exit code)."
524
524
  )),
525
525
  'properties': {
526
526
  'sound': {
527
- 'description': ( localize(4218, "Plays a sound when a task fails (non-zero exit code).")),
527
+ 'description': ( localize(4237, "Plays a sound when a task fails (non-zero exit code).")),
528
528
  ...soundFeatureBase
529
529
  },
530
530
  'announcement': {
531
- 'description': ( localize(4219, "Announces when a task fails (non-zero exit code).")),
531
+ 'description': ( localize(4238, "Announces when a task fails (non-zero exit code).")),
532
532
  ...announcementFeatureBase
533
533
  },
534
534
  }
@@ -536,20 +536,20 @@ const configuration = {
536
536
  'accessibility.signals.terminalCommandFailed': {
537
537
  ...signalFeatureBase,
538
538
  'description': ( localize(
539
- 4220,
539
+ 4239,
540
540
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when a terminal command fails (non-zero exit code) or when a command with such an exit code is navigated to in the accessible view."
541
541
  )),
542
542
  'properties': {
543
543
  'sound': {
544
544
  'description': ( localize(
545
- 4221,
545
+ 4240,
546
546
  "Plays a sound when a terminal command fails (non-zero exit code) or when a command with such an exit code is navigated to in the accessible view."
547
547
  )),
548
548
  ...soundFeatureBase
549
549
  },
550
550
  'announcement': {
551
551
  'description': ( localize(
552
- 4222,
552
+ 4241,
553
553
  "Announces when a terminal command fails (non-zero exit code) or when a command with such an exit code is navigated to in the accessible view."
554
554
  )),
555
555
  ...announcementFeatureBase
@@ -559,20 +559,20 @@ const configuration = {
559
559
  'accessibility.signals.terminalCommandSucceeded': {
560
560
  ...signalFeatureBase,
561
561
  'description': ( localize(
562
- 4223,
562
+ 4242,
563
563
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when a terminal command succeeds (zero exit code) or when a command with such an exit code is navigated to in the accessible view."
564
564
  )),
565
565
  'properties': {
566
566
  'sound': {
567
567
  'description': ( localize(
568
- 4224,
568
+ 4243,
569
569
  "Plays a sound when a terminal command succeeds (zero exit code) or when a command with such an exit code is navigated to in the accessible view."
570
570
  )),
571
571
  ...soundFeatureBase
572
572
  },
573
573
  'announcement': {
574
574
  'description': ( localize(
575
- 4225,
575
+ 4244,
576
576
  "Announces when a terminal command succeeds (zero exit code) or when a command with such an exit code is navigated to in the accessible view."
577
577
  )),
578
578
  ...announcementFeatureBase
@@ -582,16 +582,16 @@ const configuration = {
582
582
  'accessibility.signals.terminalQuickFix': {
583
583
  ...signalFeatureBase,
584
584
  'description': ( localize(
585
- 4226,
585
+ 4245,
586
586
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when terminal Quick Fixes are available."
587
587
  )),
588
588
  'properties': {
589
589
  'sound': {
590
- 'description': ( localize(4227, "Plays a sound when terminal Quick Fixes are available.")),
590
+ 'description': ( localize(4246, "Plays a sound when terminal Quick Fixes are available.")),
591
591
  ...soundFeatureBase
592
592
  },
593
593
  'announcement': {
594
- 'description': ( localize(4228, "Announces when terminal Quick Fixes are available.")),
594
+ 'description': ( localize(4247, "Announces when terminal Quick Fixes are available.")),
595
595
  ...announcementFeatureBase
596
596
  },
597
597
  }
@@ -599,16 +599,16 @@ const configuration = {
599
599
  'accessibility.signals.terminalBell': {
600
600
  ...signalFeatureBase,
601
601
  'description': ( localize(
602
- 4229,
602
+ 4248,
603
603
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when the terminal bell is ringing."
604
604
  )),
605
605
  'properties': {
606
606
  'sound': {
607
- 'description': ( localize(4230, "Plays a sound when the terminal bell is ringing.")),
607
+ 'description': ( localize(4249, "Plays a sound when the terminal bell is ringing.")),
608
608
  ...soundFeatureBase
609
609
  },
610
610
  'announcement': {
611
- 'description': ( localize(4231, "Announces when the terminal bell is ringing.")),
611
+ 'description': ( localize(4250, "Announces when the terminal bell is ringing.")),
612
612
  ...announcementFeatureBase
613
613
  },
614
614
  }
@@ -616,13 +616,13 @@ const configuration = {
616
616
  'accessibility.signals.diffLineInserted': {
617
617
  ...defaultNoAnnouncement,
618
618
  'description': ( localize(
619
- 4232,
619
+ 4251,
620
620
  "Plays a sound / audio cue when the focus moves to an inserted line in Accessible Diff Viewer mode or to the next/previous change."
621
621
  )),
622
622
  'properties': {
623
623
  'sound': {
624
624
  'description': ( localize(
625
- 4233,
625
+ 4252,
626
626
  "Plays a sound when the focus moves to an inserted line in Accessible Diff Viewer mode or to the next/previous change."
627
627
  )),
628
628
  ...soundFeatureBase
@@ -632,13 +632,13 @@ const configuration = {
632
632
  'accessibility.signals.diffLineModified': {
633
633
  ...defaultNoAnnouncement,
634
634
  'description': ( localize(
635
- 4234,
635
+ 4253,
636
636
  "Plays a sound / audio cue when the focus moves to an modified line in Accessible Diff Viewer mode or to the next/previous change."
637
637
  )),
638
638
  'properties': {
639
639
  'sound': {
640
640
  'description': ( localize(
641
- 4235,
641
+ 4254,
642
642
  "Plays a sound when the focus moves to a modified line in Accessible Diff Viewer mode or to the next/previous change."
643
643
  )),
644
644
  ...soundFeatureBase
@@ -648,13 +648,13 @@ const configuration = {
648
648
  'accessibility.signals.diffLineDeleted': {
649
649
  ...defaultNoAnnouncement,
650
650
  'description': ( localize(
651
- 4236,
651
+ 4255,
652
652
  "Plays a sound / audio cue when the focus moves to an deleted line in Accessible Diff Viewer mode or to the next/previous change."
653
653
  )),
654
654
  'properties': {
655
655
  'sound': {
656
656
  'description': ( localize(
657
- 4237,
657
+ 4256,
658
658
  "Plays a sound when the focus moves to an deleted line in Accessible Diff Viewer mode or to the next/previous change."
659
659
  )),
660
660
  ...soundFeatureBase
@@ -664,12 +664,12 @@ const configuration = {
664
664
  'accessibility.signals.chatEditModifiedFile': {
665
665
  ...defaultNoAnnouncement,
666
666
  'description': ( localize(
667
- 4238,
667
+ 4257,
668
668
  "Plays a sound / audio cue when revealing a file with changes from chat edits"
669
669
  )),
670
670
  'properties': {
671
671
  'sound': {
672
- 'description': ( localize(4239, "Plays a sound when revealing a file with changes from chat edits")),
672
+ 'description': ( localize(4258, "Plays a sound when revealing a file with changes from chat edits")),
673
673
  ...soundFeatureBase
674
674
  }
675
675
  }
@@ -677,20 +677,20 @@ const configuration = {
677
677
  'accessibility.signals.notebookCellCompleted': {
678
678
  ...signalFeatureBase,
679
679
  'description': ( localize(
680
- 4240,
680
+ 4259,
681
681
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when a notebook cell execution is successfully completed."
682
682
  )),
683
683
  'properties': {
684
684
  'sound': {
685
685
  'description': ( localize(
686
- 4241,
686
+ 4260,
687
687
  "Plays a sound when a notebook cell execution is successfully completed."
688
688
  )),
689
689
  ...soundFeatureBase
690
690
  },
691
691
  'announcement': {
692
692
  'description': ( localize(
693
- 4242,
693
+ 4261,
694
694
  "Announces when a notebook cell execution is successfully completed."
695
695
  )),
696
696
  ...announcementFeatureBase
@@ -700,16 +700,16 @@ const configuration = {
700
700
  'accessibility.signals.notebookCellFailed': {
701
701
  ...signalFeatureBase,
702
702
  'description': ( localize(
703
- 4243,
703
+ 4262,
704
704
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when a notebook cell execution fails."
705
705
  )),
706
706
  'properties': {
707
707
  'sound': {
708
- 'description': ( localize(4244, "Plays a sound when a notebook cell execution fails.")),
708
+ 'description': ( localize(4263, "Plays a sound when a notebook cell execution fails.")),
709
709
  ...soundFeatureBase
710
710
  },
711
711
  'announcement': {
712
- 'description': ( localize(4245, "Announces when a notebook cell execution fails.")),
712
+ 'description': ( localize(4264, "Announces when a notebook cell execution fails.")),
713
713
  ...announcementFeatureBase
714
714
  },
715
715
  }
@@ -717,7 +717,7 @@ const configuration = {
717
717
  'accessibility.signals.progress': {
718
718
  ...signalFeatureBase,
719
719
  'description': ( localize(
720
- 4246,
720
+ 4265,
721
721
  "Plays a signal - sound (audio cue) and/or announcement (alert) - on loop while progress is occurring."
722
722
  )),
723
723
  'default': {
@@ -726,11 +726,11 @@ const configuration = {
726
726
  },
727
727
  'properties': {
728
728
  'sound': {
729
- 'description': ( localize(4247, "Plays a sound on loop while progress is occurring.")),
729
+ 'description': ( localize(4266, "Plays a sound on loop while progress is occurring.")),
730
730
  ...soundFeatureBase
731
731
  },
732
732
  'announcement': {
733
- 'description': ( localize(4248, "Alerts on loop while progress is occurring.")),
733
+ 'description': ( localize(4267, "Alerts on loop while progress is occurring.")),
734
734
  ...announcementFeatureBase
735
735
  },
736
736
  },
@@ -738,56 +738,56 @@ const configuration = {
738
738
  'accessibility.signals.chatRequestSent': {
739
739
  ...signalFeatureBase,
740
740
  'description': ( localize(
741
- 4249,
741
+ 4268,
742
742
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when a chat request is made."
743
743
  )),
744
744
  'properties': {
745
745
  'sound': {
746
- 'description': ( localize(4250, "Plays a sound when a chat request is made.")),
746
+ 'description': ( localize(4269, "Plays a sound when a chat request is made.")),
747
747
  ...soundFeatureBase
748
748
  },
749
749
  'announcement': {
750
- 'description': ( localize(4251, "Announces when a chat request is made.")),
750
+ 'description': ( localize(4270, "Announces when a chat request is made.")),
751
751
  ...announcementFeatureBase
752
752
  },
753
753
  }
754
754
  },
755
755
  'accessibility.signals.chatResponseReceived': {
756
756
  ...defaultNoAnnouncement,
757
- 'description': ( localize(4252, "Plays a sound / audio cue when the response has been received.")),
757
+ 'description': ( localize(4271, "Plays a sound / audio cue when the response has been received.")),
758
758
  'properties': {
759
759
  'sound': {
760
- 'description': ( localize(4253, "Plays a sound on when the response has been received.")),
760
+ 'description': ( localize(4272, "Plays a sound on when the response has been received.")),
761
761
  ...soundFeatureBase
762
762
  },
763
763
  }
764
764
  },
765
765
  'accessibility.signals.codeActionTriggered': {
766
766
  ...defaultNoAnnouncement,
767
- 'description': ( localize(4254, "Plays a sound / audio cue - when a code action has been triggered.")),
767
+ 'description': ( localize(4273, "Plays a sound / audio cue - when a code action has been triggered.")),
768
768
  'properties': {
769
769
  'sound': {
770
- 'description': ( localize(4255, "Plays a sound when a code action has been triggered.")),
770
+ 'description': ( localize(4274, "Plays a sound when a code action has been triggered.")),
771
771
  ...soundFeatureBase
772
772
  }
773
773
  }
774
774
  },
775
775
  'accessibility.signals.codeActionApplied': {
776
776
  ...defaultNoAnnouncement,
777
- 'description': ( localize(4256, "Plays a sound / audio cue when the code action has been applied.")),
777
+ 'description': ( localize(4275, "Plays a sound / audio cue when the code action has been applied.")),
778
778
  'properties': {
779
779
  'sound': {
780
- 'description': ( localize(4257, "Plays a sound when the code action has been applied.")),
780
+ 'description': ( localize(4276, "Plays a sound when the code action has been applied.")),
781
781
  ...soundFeatureBase
782
782
  },
783
783
  }
784
784
  },
785
785
  'accessibility.signals.voiceRecordingStarted': {
786
786
  ...defaultNoAnnouncement,
787
- 'description': ( localize(4258, "Plays a sound / audio cue when the voice recording has started.")),
787
+ 'description': ( localize(4277, "Plays a sound / audio cue when the voice recording has started.")),
788
788
  'properties': {
789
789
  'sound': {
790
- 'description': ( localize(4259, "Plays a sound when the voice recording has started.")),
790
+ 'description': ( localize(4278, "Plays a sound when the voice recording has started.")),
791
791
  ...soundFeatureBase,
792
792
  },
793
793
  },
@@ -797,10 +797,10 @@ const configuration = {
797
797
  },
798
798
  'accessibility.signals.voiceRecordingStopped': {
799
799
  ...defaultNoAnnouncement,
800
- 'description': ( localize(4260, "Plays a sound / audio cue when the voice recording has stopped.")),
800
+ 'description': ( localize(4279, "Plays a sound / audio cue when the voice recording has stopped.")),
801
801
  'properties': {
802
802
  'sound': {
803
- 'description': ( localize(4261, "Plays a sound when the voice recording has stopped.")),
803
+ 'description': ( localize(4280, "Plays a sound when the voice recording has stopped.")),
804
804
  ...soundFeatureBase,
805
805
  default: 'off'
806
806
  },
@@ -809,16 +809,16 @@ const configuration = {
809
809
  'accessibility.signals.clear': {
810
810
  ...signalFeatureBase,
811
811
  'description': ( localize(
812
- 4262,
812
+ 4281,
813
813
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when a feature is cleared (for example, the terminal, Debug Console, or Output channel)."
814
814
  )),
815
815
  'properties': {
816
816
  'sound': {
817
- 'description': ( localize(4263, "Plays a sound when a feature is cleared.")),
817
+ 'description': ( localize(4282, "Plays a sound when a feature is cleared.")),
818
818
  ...soundFeatureBase
819
819
  },
820
820
  'announcement': {
821
- 'description': ( localize(4264, "Announces when a feature is cleared.")),
821
+ 'description': ( localize(4283, "Announces when a feature is cleared.")),
822
822
  ...announcementFeatureBase
823
823
  },
824
824
  },
@@ -826,16 +826,16 @@ const configuration = {
826
826
  'accessibility.signals.editsUndone': {
827
827
  ...signalFeatureBase,
828
828
  'description': ( localize(
829
- 4265,
829
+ 4284,
830
830
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when edits have been undone."
831
831
  )),
832
832
  'properties': {
833
833
  'sound': {
834
- 'description': ( localize(4266, "Plays a sound when edits have been undone.")),
834
+ 'description': ( localize(4285, "Plays a sound when edits have been undone.")),
835
835
  ...soundFeatureBase
836
836
  },
837
837
  'announcement': {
838
- 'description': ( localize(4267, "Announces when edits have been undone.")),
838
+ 'description': ( localize(4286, "Announces when edits have been undone.")),
839
839
  ...announcementFeatureBase
840
840
  },
841
841
  },
@@ -843,16 +843,16 @@ const configuration = {
843
843
  'accessibility.signals.editsKept': {
844
844
  ...signalFeatureBase,
845
845
  'description': ( localize(
846
- 4268,
846
+ 4287,
847
847
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when edits are kept."
848
848
  )),
849
849
  'properties': {
850
850
  'sound': {
851
- 'description': ( localize(4269, "Plays a sound when edits are kept.")),
851
+ 'description': ( localize(4288, "Plays a sound when edits are kept.")),
852
852
  ...soundFeatureBase
853
853
  },
854
854
  'announcement': {
855
- 'description': ( localize(4270, "Announces when edits are kept.")),
855
+ 'description': ( localize(4289, "Announces when edits are kept.")),
856
856
  ...announcementFeatureBase
857
857
  },
858
858
  },
@@ -862,30 +862,30 @@ const configuration = {
862
862
  'tags': ['accessibility'],
863
863
  additionalProperties: false,
864
864
  'markdownDescription': ( localize(
865
- 4271,
865
+ 4290,
866
866
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when a file is saved."
867
867
  )),
868
868
  'properties': {
869
869
  'sound': {
870
- 'description': ( localize(4272, "Plays a sound when a file is saved.")),
870
+ 'description': ( localize(4291, "Plays a sound when a file is saved.")),
871
871
  'type': 'string',
872
872
  'enum': ['userGesture', 'always', 'never'],
873
873
  'default': 'never',
874
874
  'enumDescriptions': [
875
- ( localize(4273, "Plays the sound when a user explicitly saves a file.")),
876
- ( localize(4274, "Plays the sound whenever a file is saved, including auto save.")),
877
- ( localize(4275, "Never plays the sound."))
875
+ ( localize(4292, "Plays the sound when a user explicitly saves a file.")),
876
+ ( localize(4293, "Plays the sound whenever a file is saved, including auto save.")),
877
+ ( localize(4294, "Never plays the sound."))
878
878
  ],
879
879
  },
880
880
  'announcement': {
881
- 'description': ( localize(4276, "Announces when a file is saved.")),
881
+ 'description': ( localize(4295, "Announces when a file is saved.")),
882
882
  'type': 'string',
883
883
  'enum': ['userGesture', 'always', 'never'],
884
884
  'default': 'never',
885
885
  'enumDescriptions': [
886
- ( localize(4277, "Announces when a user explicitly saves a file.")),
887
- ( localize(4278, "Announces whenever a file is saved, including auto save.")),
888
- ( localize(4279, "Never plays the announcement."))
886
+ ( localize(4296, "Announces when a user explicitly saves a file.")),
887
+ ( localize(4297, "Announces whenever a file is saved, including auto save.")),
888
+ ( localize(4298, "Never plays the announcement."))
889
889
  ],
890
890
  },
891
891
  },
@@ -899,36 +899,36 @@ const configuration = {
899
899
  'tags': ['accessibility'],
900
900
  additionalProperties: false,
901
901
  'markdownDescription': ( localize(
902
- 4280,
902
+ 4299,
903
903
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when a file or notebook is formatted."
904
904
  )),
905
905
  'properties': {
906
906
  'sound': {
907
- 'description': ( localize(4281, "Plays a sound when a file or notebook is formatted.")),
907
+ 'description': ( localize(4300, "Plays a sound when a file or notebook is formatted.")),
908
908
  'type': 'string',
909
909
  'enum': ['userGesture', 'always', 'never'],
910
910
  'default': 'never',
911
911
  'enumDescriptions': [
912
- ( localize(4282, "Plays the sound when a user explicitly formats a file.")),
912
+ ( localize(4301, "Plays the sound when a user explicitly formats a file.")),
913
913
  ( localize(
914
- 4283,
914
+ 4302,
915
915
  "Plays the sound whenever a file is formatted, including if it is set to format on save, type, or, paste, or run of a cell."
916
916
  )),
917
- ( localize(4284, "Never plays the sound."))
917
+ ( localize(4303, "Never plays the sound."))
918
918
  ],
919
919
  },
920
920
  'announcement': {
921
- 'description': ( localize(4285, "Announces when a file or notebook is formatted.")),
921
+ 'description': ( localize(4304, "Announces when a file or notebook is formatted.")),
922
922
  'type': 'string',
923
923
  'enum': ['userGesture', 'always', 'never'],
924
924
  'default': 'never',
925
925
  'enumDescriptions': [
926
- ( localize(4286, "Announces when a user explicitly formats a file.")),
926
+ ( localize(4305, "Announces when a user explicitly formats a file.")),
927
927
  ( localize(
928
- 4287,
928
+ 4306,
929
929
  "Announces whenever a file is formatted, including if it is set to format on save, type, or, paste, or run of a cell."
930
930
  )),
931
- ( localize(4288, "Never announces."))
931
+ ( localize(4307, "Never announces."))
932
932
  ],
933
933
  },
934
934
  },
@@ -940,23 +940,23 @@ const configuration = {
940
940
  'accessibility.signals.chatUserActionRequired': {
941
941
  ...signalFeatureBase,
942
942
  'markdownDescription': ( localize(
943
- 4289,
943
+ 4308,
944
944
  "Plays a signal - sound (audio cue) and/or announcement (alert) - when user action is required in the chat."
945
945
  )),
946
946
  'properties': {
947
947
  'sound': {
948
- 'description': ( localize(4290, "Plays a sound when user action is required in the chat.")),
948
+ 'description': ( localize(4309, "Plays a sound when user action is required in the chat.")),
949
949
  'type': 'string',
950
950
  'enum': ['auto', 'on', 'off'],
951
951
  'enumDescriptions': [
952
- ( localize(4291, "Enable sound when a screen reader is attached.")),
953
- ( localize(4156, "Enable sound.")),
954
- ( localize(4157, "Disable sound."))
952
+ ( localize(4310, "Enable sound when a screen reader is attached.")),
953
+ ( localize(4175, "Enable sound.")),
954
+ ( localize(4176, "Disable sound."))
955
955
  ],
956
956
  },
957
957
  'announcement': {
958
958
  'description': ( localize(
959
- 4292,
959
+ 4311,
960
960
  "Announces when a user action is required in the chat - including information about the action and how to take it."
961
961
  )),
962
962
  ...announcementFeatureBase
@@ -970,13 +970,13 @@ const configuration = {
970
970
  },
971
971
  'accessibility.underlineLinks': {
972
972
  'type': 'boolean',
973
- 'description': ( localize(4293, "Controls whether links should be underlined in the workbench.")),
973
+ 'description': ( localize(4312, "Controls whether links should be underlined in the workbench.")),
974
974
  'default': false,
975
975
  },
976
976
  'accessibility.debugWatchVariableAnnouncements': {
977
977
  'type': 'boolean',
978
978
  'description': ( localize(
979
- 4294,
979
+ 4313,
980
980
  "Controls whether variable changes should be announced in the debug watch view."
981
981
  )),
982
982
  'default': true,
@@ -984,7 +984,7 @@ const configuration = {
984
984
  'accessibility.replEditor.readLastExecutionOutput': {
985
985
  'type': 'boolean',
986
986
  'description': ( localize(
987
- 4295,
987
+ 4314,
988
988
  "Controls whether the output from an execution in the native REPL will be announced."
989
989
  )),
990
990
  'default': true,
@@ -994,7 +994,7 @@ const configuration = {
994
994
  enum: ['none', 'input', 'lastExecution'],
995
995
  default: 'input',
996
996
  description: ( localize(
997
- 4296,
997
+ 4315,
998
998
  "Control whether focus should automatically be sent to the REPL when code is executed."
999
999
  )),
1000
1000
  },
@@ -1002,7 +1002,7 @@ const configuration = {
1002
1002
  'type': 'boolean',
1003
1003
  'default': true,
1004
1004
  'markdownDescription': ( localize(
1005
- 4297,
1005
+ 4316,
1006
1006
  "Controls whether the {0} should be optimized for screen readers when in screen reader mode. When enabled, the window title will have {1} appended to the end.",
1007
1007
  '`#window.title#`',
1008
1008
  '`activeEditorState`'
@@ -1012,7 +1012,7 @@ const configuration = {
1012
1012
  'type': 'boolean',
1013
1013
  'default': false,
1014
1014
  'markdownDescription': ( localize(
1015
- 4298,
1015
+ 4317,
1016
1016
  "Controls whether files should be opened when the chat agent has applied edits to them."
1017
1017
  ))
1018
1018
  },
@@ -1020,7 +1020,7 @@ const configuration = {
1020
1020
  'type': 'boolean',
1021
1021
  'default': true,
1022
1022
  'markdownDescription': ( localize(
1023
- 4299,
1023
+ 4318,
1024
1024
  "Controls whether verbose progress announcements should be made when a chat request is in progress, including information like searched text for <search term> with X results, created file <file_name>, or read file <file path>."
1025
1025
  ))
1026
1026
  }
@@ -1034,7 +1034,7 @@ function registerAccessibilityConfiguration() {
1034
1034
  properties: {
1035
1035
  [AccessibilityWorkbenchSettingId.DimUnfocusedEnabled]: {
1036
1036
  description: ( localize(
1037
- 4300,
1037
+ 4319,
1038
1038
  'Whether to dim unfocused editors and terminals, which makes it more clear where typed input will go to. This works with the majority of editors with the notable exceptions of those that utilize iframes like notebooks and extension webview editors.'
1039
1039
  )),
1040
1040
  type: 'boolean',
@@ -1044,7 +1044,7 @@ function registerAccessibilityConfiguration() {
1044
1044
  },
1045
1045
  [AccessibilityWorkbenchSettingId.DimUnfocusedOpacity]: {
1046
1046
  markdownDescription: ( localize(
1047
- 4301,
1047
+ 4320,
1048
1048
  'The opacity fraction (0.2 to 1.0) to use for unfocused editors and terminals. This will only take effect when {0} is enabled.',
1049
1049
  `\`#${AccessibilityWorkbenchSettingId.DimUnfocusedEnabled}#\``
1050
1050
  )),
@@ -1056,7 +1056,7 @@ function registerAccessibilityConfiguration() {
1056
1056
  scope: ConfigurationScope.APPLICATION,
1057
1057
  },
1058
1058
  [AccessibilityWorkbenchSettingId.HideAccessibleView]: {
1059
- description: ( localize(4302, "Controls whether the Accessible View is hidden.")),
1059
+ description: ( localize(4321, "Controls whether the Accessible View is hidden.")),
1060
1060
  type: 'boolean',
1061
1061
  default: false,
1062
1062
  tags: ['accessibility']
@@ -1065,7 +1065,7 @@ function registerAccessibilityConfiguration() {
1065
1065
  'type': 'boolean',
1066
1066
  'default': true,
1067
1067
  'markdownDescription': ( localize(
1068
- 4299,
1068
+ 4318,
1069
1069
  "Controls whether verbose progress announcements should be made when a chat request is in progress, including information like searched text for <search term> with X results, created file <file_name>, or read file <file path>."
1070
1070
  ))
1071
1071
  }
@@ -1094,7 +1094,7 @@ let DynamicSpeechAccessibilityConfiguration = class DynamicSpeechAccessibilityCo
1094
1094
  properties: {
1095
1095
  [AccessibilityVoiceSettingId.SpeechTimeout]: {
1096
1096
  'markdownDescription': ( localize(
1097
- 4303,
1097
+ 4322,
1098
1098
  "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."
1099
1099
  )),
1100
1100
  'type': 'number',
@@ -1103,14 +1103,14 @@ let DynamicSpeechAccessibilityConfiguration = class DynamicSpeechAccessibilityCo
1103
1103
  'tags': ['accessibility']
1104
1104
  },
1105
1105
  [AccessibilityVoiceSettingId.IgnoreCodeBlocks]: {
1106
- 'markdownDescription': ( localize(4304, "Whether to ignore code snippets in text-to-speech synthesis.")),
1106
+ 'markdownDescription': ( localize(4323, "Whether to ignore code snippets in text-to-speech synthesis.")),
1107
1107
  'type': 'boolean',
1108
1108
  'default': false,
1109
1109
  'tags': ['accessibility']
1110
1110
  },
1111
1111
  [AccessibilityVoiceSettingId.SpeechLanguage]: {
1112
1112
  'markdownDescription': ( localize(
1113
- 4305,
1113
+ 4324,
1114
1114
  "The language that text-to-speech and speech-to-text should use. Select `auto` to use the configured display language if possible. Note that not all display languages maybe supported by speech recognition and synthesizers."
1115
1115
  )),
1116
1116
  'type': 'string',
@@ -1125,13 +1125,13 @@ let DynamicSpeechAccessibilityConfiguration = class DynamicSpeechAccessibilityCo
1125
1125
  'enum': ['on', 'off'],
1126
1126
  'enumDescriptions': [
1127
1127
  ( localize(
1128
- 4306,
1128
+ 4325,
1129
1129
  "Enable the feature. When a screen reader is enabled, note that this will disable aria updates."
1130
1130
  )),
1131
- ( localize(4307, "Disable the feature.")),
1131
+ ( localize(4326, "Disable the feature.")),
1132
1132
  ],
1133
1133
  'markdownDescription': ( localize(
1134
- 4308,
1134
+ 4327,
1135
1135
  "Whether a textual response should automatically be read out aloud when speech was used as input. For example in a chat session, a response is automatically synthesized when voice was used as chat request."
1136
1136
  )),
1137
1137
  'default': 'off',
@@ -1143,7 +1143,7 @@ let DynamicSpeechAccessibilityConfiguration = class DynamicSpeechAccessibilityCo
1143
1143
  getLanguages() {
1144
1144
  return {
1145
1145
  ['auto']: {
1146
- name: ( localize(4309, "Auto (Use Display Language)"))
1146
+ name: ( localize(4328, "Auto (Use Display Language)"))
1147
1147
  },
1148
1148
  ...SPEECH_LANGUAGES
1149
1149
  };