@codingame/monaco-vscode-api 25.0.1 → 25.1.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 (75) hide show
  1. package/package.json +8 -8
  2. package/services.js +3 -3
  3. package/vscode/src/vs/editor/contrib/gotoError/browser/gotoErrorWidget.js +1 -1
  4. package/vscode/src/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/jumpToView.js +1 -1
  5. package/vscode/src/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/utils/utils.js +1 -1
  6. package/vscode/src/vs/platform/contextkey/browser/contextKeyService.js +1 -1
  7. package/vscode/src/vs/platform/observable/common/platformObservableUtils.js +1 -1
  8. package/vscode/src/vs/platform/product/common/product.js +3 -3
  9. package/vscode/src/vs/platform/quickinput/browser/quickInputService.js +1 -1
  10. package/vscode/src/vs/platform/terminal/common/terminal.d.ts +1 -0
  11. package/vscode/src/vs/platform/terminal/common/terminal.js +1 -0
  12. package/vscode/src/vs/platform/userDataSync/common/globalStateSync.js +1 -1
  13. package/vscode/src/vs/workbench/api/common/extHostApiCommands.js +4 -4
  14. package/vscode/src/vs/workbench/api/common/extHostChatSessions.js +1 -1
  15. package/vscode/src/vs/workbench/api/common/extHostLanguageFeatures.js +3 -3
  16. package/vscode/src/vs/workbench/api/common/extHostNotebook.js +1 -1
  17. package/vscode/src/vs/workbench/browser/actions/textInputActions.js +1 -1
  18. package/vscode/src/vs/workbench/browser/parts/activitybar/activitybarPart.js +1 -1
  19. package/vscode/src/vs/workbench/browser/parts/globalCompositeBar.js +1 -1
  20. package/vscode/src/vs/workbench/contrib/chat/common/chatSessionsService.d.ts +7 -0
  21. package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.js +1 -1
  22. package/vscode/src/vs/workbench/contrib/notebook/browser/viewParts/notebookKernelView.js +1 -1
  23. package/vscode/src/vs/workbench/contrib/remote/browser/tunnelView.js +1 -1
  24. package/vscode/src/vs/workbench/contrib/terminal/common/terminal.d.ts +1 -0
  25. package/vscode/src/vs/workbench/contrib/terminal/common/terminalContextKey.js +17 -17
  26. package/vscode/src/vs/workbench/contrib/terminal/common/terminalStrings.js +26 -26
  27. package/vscode/src/vs/workbench/contrib/terminalContrib/accessibility/common/terminalAccessibilityConfiguration.js +2 -2
  28. package/vscode/src/vs/workbench/contrib/terminalContrib/autoReplies/common/terminalAutoRepliesConfiguration.js +2 -2
  29. package/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/common/terminalChatAgentToolsConfiguration.js +47 -47
  30. package/vscode/src/vs/workbench/contrib/terminalContrib/commandGuide/common/terminalCommandGuideConfiguration.js +1 -1
  31. package/vscode/src/vs/workbench/contrib/terminalContrib/history/common/terminal.history.js +1 -1
  32. package/vscode/src/vs/workbench/contrib/terminalContrib/inlineHint/common/terminalInitialHintConfiguration.js +1 -1
  33. package/vscode/src/vs/workbench/contrib/terminalContrib/stickyScroll/common/terminalStickyScrollConfiguration.js +2 -2
  34. package/vscode/src/vs/workbench/contrib/terminalContrib/suggest/common/terminalSuggestConfiguration.js +32 -32
  35. package/vscode/src/vs/workbench/contrib/terminalContrib/typeAhead/common/terminalTypeAheadConfiguration.js +7 -7
  36. package/vscode/src/vs/workbench/contrib/terminalContrib/zoom/common/terminal.zoom.js +2 -2
  37. package/vscode/src/vs/workbench/contrib/testing/common/constants.js +11 -11
  38. package/vscode/src/vs/workbench/contrib/testing/common/testResult.js +3 -3
  39. package/vscode/src/vs/workbench/contrib/testing/common/testTypes.js +3 -3
  40. package/vscode/src/vs/workbench/contrib/url/browser/trustedDomains.js +6 -6
  41. package/vscode/src/vs/workbench/contrib/webview/browser/webview.contribution.js +3 -3
  42. package/vscode/src/vs/workbench/contrib/webviewPanel/browser/webviewEditor.js +1 -1
  43. package/vscode/src/vs/workbench/contrib/workspace/common/workspace.js +2 -2
  44. package/vscode/src/vs/workbench/services/accounts/common/defaultAccount.js +1 -1
  45. package/vscode/src/vs/workbench/services/authentication/browser/authenticationService.js +11 -11
  46. package/vscode/src/vs/workbench/services/auxiliaryWindow/browser/auxiliaryWindowService.js +5 -5
  47. package/vscode/src/vs/workbench/services/chat/common/chatEntitlementService.js +9 -9
  48. package/vscode/src/vs/workbench/services/configurationResolver/common/configurationResolverSchema.js +16 -16
  49. package/vscode/src/vs/workbench/services/configurationResolver/common/configurationResolverUtils.js +1 -1
  50. package/vscode/src/vs/workbench/services/configurationResolver/common/variableResolver.js +16 -16
  51. package/vscode/src/vs/workbench/services/editor/common/editorResolverService.js +1 -1
  52. package/vscode/src/vs/workbench/services/extensionManagement/common/extensionsIcons.js +3 -3
  53. package/vscode/src/vs/workbench/services/extensionRecommendations/common/workspaceExtensionsConfig.js +6 -6
  54. package/vscode/src/vs/workbench/services/extensions/browser/extensionUrlHandler.js +10 -10
  55. package/vscode/src/vs/workbench/services/extensions/common/extensionsRegistry.js +86 -86
  56. package/vscode/src/vs/workbench/services/filesConfiguration/common/filesConfigurationService.js +5 -5
  57. package/vscode/src/vs/workbench/services/language/common/languageService.js +28 -28
  58. package/vscode/src/vs/workbench/services/log/common/logConstants.js +1 -1
  59. package/vscode/src/vs/workbench/services/preferences/browser/keybindingsEditorInput.js +2 -2
  60. package/vscode/src/vs/workbench/services/preferences/browser/keybindingsEditorModel.js +7 -7
  61. package/vscode/src/vs/workbench/services/preferences/common/preferencesEditorInput.js +4 -4
  62. package/vscode/src/vs/workbench/services/remote/common/remoteExplorerService.js +8 -8
  63. package/vscode/src/vs/workbench/services/remote/common/tunnelModel.js +6 -6
  64. package/vscode/src/vs/workbench/services/search/common/queryBuilder.js +1 -1
  65. package/vscode/src/vs/workbench/services/textMate/common/TMGrammars.js +9 -9
  66. package/vscode/src/vs/workbench/services/textfile/common/textFileEditorModel.js +3 -3
  67. package/vscode/src/vs/workbench/services/themes/common/colorExtensionPoint.js +22 -22
  68. package/vscode/src/vs/workbench/services/themes/common/colorThemeData.js +8 -8
  69. package/vscode/src/vs/workbench/services/themes/common/iconExtensionPoint.js +13 -13
  70. package/vscode/src/vs/workbench/services/userDataProfile/common/userDataProfile.js +3 -3
  71. package/vscode/src/vs/workbench/services/userDataProfile/common/userDataProfileIcons.js +1 -1
  72. package/vscode/src/vs/workbench/services/userDataSync/common/userDataSync.js +13 -13
  73. package/vscode/src/vs/workbench/services/views/browser/viewsService.js +9 -9
  74. package/vscode/src/vs/workbench/services/workingCopy/common/storedFileWorkingCopy.js +17 -17
  75. package/vscode-dts/vscode.proposed.chatSessionsProvider.d.ts +10 -0
@@ -107,11 +107,11 @@ const extensionKindSchema = {
107
107
  ],
108
108
  enumDescriptions: [
109
109
  ( localize(
110
- 14008,
110
+ 14009,
111
111
  "UI extension kind. In a remote window, such extensions are enabled only when available on the local machine."
112
112
  )),
113
113
  ( localize(
114
- 14009,
114
+ 14010,
115
115
  "Workspace extension kind. In a remote window, such extensions are enabled only when available on the remote."
116
116
  )),
117
117
  ],
@@ -121,12 +121,12 @@ const schema = {
121
121
  properties: {
122
122
  engines: {
123
123
  type: 'object',
124
- description: ( localize(14010, "Engine compatibility.")),
124
+ description: ( localize(14011, "Engine compatibility.")),
125
125
  properties: {
126
126
  'vscode': {
127
127
  type: 'string',
128
128
  description: ( localize(
129
- 14011,
129
+ 14012,
130
130
  'For VS Code extensions, specifies the VS Code version that the extension is compatible with. Cannot be *. For example: ^0.10.5 indicates compatibility with a minimum VS Code version of 0.10.5.'
131
131
  )),
132
132
  default: '^1.22.0',
@@ -134,16 +134,16 @@ const schema = {
134
134
  }
135
135
  },
136
136
  publisher: {
137
- description: ( localize(14012, 'The publisher of the VS Code extension.')),
137
+ description: ( localize(14013, 'The publisher of the VS Code extension.')),
138
138
  type: 'string'
139
139
  },
140
140
  displayName: {
141
- description: ( localize(14013, 'The display name for the extension used in the VS Code gallery.')),
141
+ description: ( localize(14014, 'The display name for the extension used in the VS Code gallery.')),
142
142
  type: 'string'
143
143
  },
144
144
  categories: {
145
145
  description: ( localize(
146
- 14014,
146
+ 14015,
147
147
  'The categories used by the VS Code gallery to categorize the extension.'
148
148
  )),
149
149
  type: 'array',
@@ -156,20 +156,20 @@ const schema = {
156
156
  {
157
157
  type: 'string',
158
158
  const: 'Languages',
159
- deprecationMessage: ( localize(14015, 'Use \'Programming Languages\' instead')),
159
+ deprecationMessage: ( localize(14016, 'Use \'Programming Languages\' instead')),
160
160
  }]
161
161
  }
162
162
  },
163
163
  galleryBanner: {
164
164
  type: 'object',
165
- description: ( localize(14016, 'Banner used in the VS Code marketplace.')),
165
+ description: ( localize(14017, 'Banner used in the VS Code marketplace.')),
166
166
  properties: {
167
167
  color: {
168
- description: ( localize(14017, 'The banner color on the VS Code marketplace page header.')),
168
+ description: ( localize(14018, 'The banner color on the VS Code marketplace page header.')),
169
169
  type: 'string'
170
170
  },
171
171
  theme: {
172
- description: ( localize(14018, 'The color theme for the font used in the banner.')),
172
+ description: ( localize(14019, 'The color theme for the font used in the banner.')),
173
173
  type: 'string',
174
174
  enum: ['dark', 'light']
175
175
  }
@@ -177,7 +177,7 @@ const schema = {
177
177
  },
178
178
  contributes: {
179
179
  description: ( localize(
180
- 14019,
180
+ 14020,
181
181
  'All contributions of the VS Code extension represented by this package.'
182
182
  )),
183
183
  type: 'object',
@@ -187,15 +187,15 @@ const schema = {
187
187
  },
188
188
  preview: {
189
189
  type: 'boolean',
190
- description: ( localize(14020, 'Sets the extension to be flagged as a Preview in the Marketplace.')),
190
+ description: ( localize(14021, 'Sets the extension to be flagged as a Preview in the Marketplace.')),
191
191
  },
192
192
  enableProposedApi: {
193
193
  type: 'boolean',
194
- deprecationMessage: ( localize(14021, 'Use `enabledApiProposals` instead.')),
194
+ deprecationMessage: ( localize(14022, 'Use `enabledApiProposals` instead.')),
195
195
  },
196
196
  enabledApiProposals: {
197
197
  markdownDescription: ( localize(
198
- 14022,
198
+ 14023,
199
199
  'Enable API proposals to try them out. Only valid **during development**. Extensions **cannot be published** with this property. For more details visit: https://code.visualstudio.com/api/advanced-topics/using-proposed-api'
200
200
  )),
201
201
  type: 'array',
@@ -208,20 +208,20 @@ const schema = {
208
208
  },
209
209
  api: {
210
210
  markdownDescription: ( localize(
211
- 14023,
211
+ 14024,
212
212
  'Describe the API provided by this extension. For more details visit: https://code.visualstudio.com/api/advanced-topics/remote-extensions#handling-dependencies-with-remote-extensions'
213
213
  )),
214
214
  type: 'string',
215
215
  enum: ['none'],
216
216
  enumDescriptions: [
217
217
  ( localize(
218
- 14024,
218
+ 14025,
219
219
  "Give up entirely the ability to export any APIs. This allows other extensions that depend on this extension to run in a separate extension host process or in a remote machine."
220
220
  ))
221
221
  ]
222
222
  },
223
223
  activationEvents: {
224
- description: ( localize(14025, 'Activation events for the VS Code extension.')),
224
+ description: ( localize(14026, 'Activation events for the VS Code extension.')),
225
225
  type: 'array',
226
226
  items: {
227
227
  type: 'string',
@@ -229,7 +229,7 @@ const schema = {
229
229
  {
230
230
  label: 'onWebviewPanel',
231
231
  description: ( localize(
232
- 14026,
232
+ 14027,
233
233
  'An activation event emmited when a webview is loaded of a certain viewType'
234
234
  )),
235
235
  body: 'onWebviewPanel:viewType'
@@ -237,7 +237,7 @@ const schema = {
237
237
  {
238
238
  label: 'onLanguage',
239
239
  description: ( localize(
240
- 14027,
240
+ 14028,
241
241
  'An activation event emitted whenever a file that resolves to the specified language gets opened.'
242
242
  )),
243
243
  body: 'onLanguage:${1:languageId}'
@@ -245,7 +245,7 @@ const schema = {
245
245
  {
246
246
  label: 'onCommand',
247
247
  description: ( localize(
248
- 14028,
248
+ 14029,
249
249
  'An activation event emitted whenever the specified command gets invoked.'
250
250
  )),
251
251
  body: 'onCommand:${2:commandId}'
@@ -253,7 +253,7 @@ const schema = {
253
253
  {
254
254
  label: 'onDebug',
255
255
  description: ( localize(
256
- 14029,
256
+ 14030,
257
257
  'An activation event emitted whenever a user is about to start debugging or about to setup debug configurations.'
258
258
  )),
259
259
  body: 'onDebug'
@@ -261,7 +261,7 @@ const schema = {
261
261
  {
262
262
  label: 'onDebugInitialConfigurations',
263
263
  description: ( localize(
264
- 14030,
264
+ 14031,
265
265
  'An activation event emitted whenever a "launch.json" needs to be created (and all provideDebugConfigurations methods need to be called).'
266
266
  )),
267
267
  body: 'onDebugInitialConfigurations'
@@ -269,7 +269,7 @@ const schema = {
269
269
  {
270
270
  label: 'onDebugDynamicConfigurations',
271
271
  description: ( localize(
272
- 14031,
272
+ 14032,
273
273
  'An activation event emitted whenever a list of all debug configurations needs to be created (and all provideDebugConfigurations methods for the "dynamic" scope need to be called).'
274
274
  )),
275
275
  body: 'onDebugDynamicConfigurations'
@@ -277,7 +277,7 @@ const schema = {
277
277
  {
278
278
  label: 'onDebugResolve',
279
279
  description: ( localize(
280
- 14032,
280
+ 14033,
281
281
  'An activation event emitted whenever a debug session with the specific type is about to be launched (and a corresponding resolveDebugConfiguration method needs to be called).'
282
282
  )),
283
283
  body: 'onDebugResolve:${6:type}'
@@ -285,7 +285,7 @@ const schema = {
285
285
  {
286
286
  label: 'onDebugAdapterProtocolTracker',
287
287
  description: ( localize(
288
- 14033,
288
+ 14034,
289
289
  'An activation event emitted whenever a debug session with the specific type is about to be launched and a debug protocol tracker might be needed.'
290
290
  )),
291
291
  body: 'onDebugAdapterProtocolTracker:${6:type}'
@@ -293,7 +293,7 @@ const schema = {
293
293
  {
294
294
  label: 'workspaceContains',
295
295
  description: ( localize(
296
- 14034,
296
+ 14035,
297
297
  'An activation event emitted whenever a folder is opened that contains at least a file matching the specified glob pattern.'
298
298
  )),
299
299
  body: 'workspaceContains:${4:filePattern}'
@@ -301,7 +301,7 @@ const schema = {
301
301
  {
302
302
  label: 'onStartupFinished',
303
303
  description: ( localize(
304
- 14035,
304
+ 14036,
305
305
  'An activation event emitted after the start-up finished (after all `*` activated extensions have finished activating).'
306
306
  )),
307
307
  body: 'onStartupFinished'
@@ -309,7 +309,7 @@ const schema = {
309
309
  {
310
310
  label: 'onTaskType',
311
311
  description: ( localize(
312
- 14036,
312
+ 14037,
313
313
  'An activation event emitted whenever tasks of a certain type need to be listed or resolved.'
314
314
  )),
315
315
  body: 'onTaskType:${1:taskType}'
@@ -317,7 +317,7 @@ const schema = {
317
317
  {
318
318
  label: 'onFileSystem',
319
319
  description: ( localize(
320
- 14037,
320
+ 14038,
321
321
  'An activation event emitted whenever a file or folder is accessed with the given scheme.'
322
322
  )),
323
323
  body: 'onFileSystem:${1:scheme}'
@@ -325,7 +325,7 @@ const schema = {
325
325
  {
326
326
  label: 'onEditSession',
327
327
  description: ( localize(
328
- 14038,
328
+ 14039,
329
329
  'An activation event emitted whenever an edit session is accessed with the given scheme.'
330
330
  )),
331
331
  body: 'onEditSession:${1:scheme}'
@@ -333,7 +333,7 @@ const schema = {
333
333
  {
334
334
  label: 'onSearch',
335
335
  description: ( localize(
336
- 14039,
336
+ 14040,
337
337
  'An activation event emitted whenever a search is started in the folder with the given scheme.'
338
338
  )),
339
339
  body: 'onSearch:${7:scheme}'
@@ -342,7 +342,7 @@ const schema = {
342
342
  label: 'onView',
343
343
  body: 'onView:${5:viewId}',
344
344
  description: ( localize(
345
- 14040,
345
+ 14041,
346
346
  'An activation event emitted whenever the specified view is expanded.'
347
347
  )),
348
348
  },
@@ -350,7 +350,7 @@ const schema = {
350
350
  label: 'onUri',
351
351
  body: 'onUri',
352
352
  description: ( localize(
353
- 14041,
353
+ 14042,
354
354
  'An activation event emitted whenever a system-wide Uri directed towards this extension is open.'
355
355
  )),
356
356
  },
@@ -358,7 +358,7 @@ const schema = {
358
358
  label: 'onOpenExternalUri',
359
359
  body: 'onOpenExternalUri',
360
360
  description: ( localize(
361
- 14042,
361
+ 14043,
362
362
  'An activation event emitted whenever a external uri (such as an http or https link) is being opened.'
363
363
  )),
364
364
  },
@@ -366,7 +366,7 @@ const schema = {
366
366
  label: 'onCustomEditor',
367
367
  body: 'onCustomEditor:${9:viewType}',
368
368
  description: ( localize(
369
- 14043,
369
+ 14044,
370
370
  'An activation event emitted whenever the specified custom editor becomes visible.'
371
371
  )),
372
372
  },
@@ -374,7 +374,7 @@ const schema = {
374
374
  label: 'onNotebook',
375
375
  body: 'onNotebook:${1:type}',
376
376
  description: ( localize(
377
- 14044,
377
+ 14045,
378
378
  'An activation event emitted whenever the specified notebook document is opened.'
379
379
  )),
380
380
  },
@@ -382,14 +382,14 @@ const schema = {
382
382
  label: 'onAuthenticationRequest',
383
383
  body: 'onAuthenticationRequest:${11:authenticationProviderId}',
384
384
  description: ( localize(
385
- 14045,
385
+ 14046,
386
386
  'An activation event emitted whenever sessions are requested from the specified authentication provider.'
387
387
  ))
388
388
  },
389
389
  {
390
390
  label: 'onRenderer',
391
391
  description: ( localize(
392
- 14046,
392
+ 14047,
393
393
  'An activation event emitted whenever a notebook output renderer is used.'
394
394
  )),
395
395
  body: 'onRenderer:${11:rendererId}'
@@ -398,7 +398,7 @@ const schema = {
398
398
  label: 'onTerminalProfile',
399
399
  body: 'onTerminalProfile:${1:terminalId}',
400
400
  description: ( localize(
401
- 14047,
401
+ 14048,
402
402
  'An activation event emitted when a specific terminal profile is launched.'
403
403
  )),
404
404
  },
@@ -406,7 +406,7 @@ const schema = {
406
406
  label: 'onTerminalQuickFixRequest',
407
407
  body: 'onTerminalQuickFixRequest:${1:quickFixId}',
408
408
  description: ( localize(
409
- 14048,
409
+ 14049,
410
410
  'An activation event emitted when a command matches the selector associated with this ID'
411
411
  )),
412
412
  },
@@ -414,20 +414,20 @@ const schema = {
414
414
  label: 'onWalkthrough',
415
415
  body: 'onWalkthrough:${1:walkthroughID}',
416
416
  description: ( localize(
417
- 14049,
417
+ 14050,
418
418
  'An activation event emitted when a specified walkthrough is opened.'
419
419
  )),
420
420
  },
421
421
  {
422
422
  label: 'onIssueReporterOpened',
423
423
  body: 'onIssueReporterOpened',
424
- description: ( localize(14050, 'An activation event emitted when the issue reporter is opened.')),
424
+ description: ( localize(14051, 'An activation event emitted when the issue reporter is opened.')),
425
425
  },
426
426
  {
427
427
  label: 'onChatParticipant',
428
428
  body: 'onChatParticipant:${1:participantId}',
429
429
  description: ( localize(
430
- 14051,
430
+ 14052,
431
431
  'An activation event emitted when the specified chat participant is invoked.'
432
432
  )),
433
433
  },
@@ -435,7 +435,7 @@ const schema = {
435
435
  label: 'onLanguageModelChatProvider',
436
436
  body: 'onLanguageModelChatProvider:${1:vendor}',
437
437
  description: ( localize(
438
- 14052,
438
+ 14053,
439
439
  'An activation event emitted when a chat model provider for the given vendor is requested.'
440
440
  )),
441
441
  },
@@ -443,7 +443,7 @@ const schema = {
443
443
  label: 'onLanguageModelTool',
444
444
  body: 'onLanguageModelTool:${1:toolId}',
445
445
  description: ( localize(
446
- 14053,
446
+ 14054,
447
447
  'An activation event emitted when the specified language model tool is invoked.'
448
448
  )),
449
449
  },
@@ -451,7 +451,7 @@ const schema = {
451
451
  label: 'onTerminal',
452
452
  body: 'onTerminal:{1:shellType}',
453
453
  description: ( localize(
454
- 14054,
454
+ 14055,
455
455
  'An activation event emitted when a terminal of the given shell type is opened.'
456
456
  )),
457
457
  },
@@ -459,14 +459,14 @@ const schema = {
459
459
  label: 'onTerminalShellIntegration',
460
460
  body: 'onTerminalShellIntegration:${1:shellType}',
461
461
  description: ( localize(
462
- 14055,
462
+ 14056,
463
463
  'An activation event emitted when terminal shell integration is activated for the given shell type.'
464
464
  )),
465
465
  },
466
466
  {
467
467
  label: 'onMcpCollection',
468
468
  description: ( localize(
469
- 14056,
469
+ 14057,
470
470
  'An activation event emitted whenver a tool from the MCP server is requested.'
471
471
  )),
472
472
  body: 'onMcpCollection:${2:collectionId}',
@@ -474,7 +474,7 @@ const schema = {
474
474
  {
475
475
  label: '*',
476
476
  description: ( localize(
477
- 14057,
477
+ 14058,
478
478
  'An activation event emitted on VS Code startup. To ensure a great end user experience, please use this activation event in your extension only when no other activation events combination works in your use-case.'
479
479
  )),
480
480
  body: '*'
@@ -485,7 +485,7 @@ const schema = {
485
485
  badges: {
486
486
  type: 'array',
487
487
  description: ( localize(
488
- 14058,
488
+ 14059,
489
489
  'Array of badges to display in the sidebar of the Marketplace\'s extension page.'
490
490
  )),
491
491
  items: {
@@ -494,15 +494,15 @@ const schema = {
494
494
  properties: {
495
495
  url: {
496
496
  type: 'string',
497
- description: ( localize(14059, 'Badge image URL.'))
497
+ description: ( localize(14060, 'Badge image URL.'))
498
498
  },
499
499
  href: {
500
500
  type: 'string',
501
- description: ( localize(14060, 'Badge link.'))
501
+ description: ( localize(14061, 'Badge link.'))
502
502
  },
503
503
  description: {
504
504
  type: 'string',
505
- description: ( localize(14061, 'Badge description.'))
505
+ description: ( localize(14062, 'Badge description.'))
506
506
  }
507
507
  }
508
508
  }
@@ -510,7 +510,7 @@ const schema = {
510
510
  markdown: {
511
511
  type: 'string',
512
512
  description: ( localize(
513
- 14062,
513
+ 14063,
514
514
  "Controls the Markdown rendering engine used in the Marketplace. Either github (default) or standard."
515
515
  )),
516
516
  enum: ['github', 'standard'],
@@ -519,7 +519,7 @@ const schema = {
519
519
  qna: {
520
520
  default: 'marketplace',
521
521
  description: ( localize(
522
- 14063,
522
+ 14064,
523
523
  "Controls the Q&A link in the Marketplace. Set to marketplace to enable the default Marketplace Q & A site. Set to a string to provide the URL of a custom Q & A site. Set to false to disable Q & A altogether."
524
524
  )),
525
525
  anyOf: [
@@ -534,7 +534,7 @@ const schema = {
534
534
  },
535
535
  extensionDependencies: {
536
536
  description: ( localize(
537
- 14064,
537
+ 14065,
538
538
  'Dependencies to other extensions. The identifier of an extension is always ${publisher}.${name}. For example: vscode.csharp.'
539
539
  )),
540
540
  type: 'array',
@@ -546,7 +546,7 @@ const schema = {
546
546
  },
547
547
  extensionPack: {
548
548
  description: ( localize(
549
- 14065,
549
+ 14066,
550
550
  "A set of extensions that can be installed together. The identifier of an extension is always ${publisher}.${name}. For example: vscode.csharp."
551
551
  )),
552
552
  type: 'array',
@@ -558,7 +558,7 @@ const schema = {
558
558
  },
559
559
  extensionKind: {
560
560
  description: ( localize(
561
- 14066,
561
+ 14067,
562
562
  "Define the kind of an extension. `ui` extensions are installed and run on the local machine while `workspace` extensions run on the remote."
563
563
  )),
564
564
  type: 'array',
@@ -568,47 +568,47 @@ const schema = {
568
568
  {
569
569
  body: ['ui'],
570
570
  description: ( localize(
571
- 14067,
571
+ 14068,
572
572
  "Define an extension which can run only on the local machine when connected to remote window."
573
573
  ))
574
574
  },
575
575
  {
576
576
  body: ['workspace'],
577
577
  description: ( localize(
578
- 14068,
578
+ 14069,
579
579
  "Define an extension which can run only on the remote machine when connected remote window."
580
580
  ))
581
581
  },
582
582
  {
583
583
  body: ['ui', 'workspace'],
584
584
  description: ( localize(
585
- 14069,
585
+ 14070,
586
586
  "Define an extension which can run on either side, with a preference towards running on the local machine."
587
587
  ))
588
588
  },
589
589
  {
590
590
  body: ['workspace', 'ui'],
591
591
  description: ( localize(
592
- 14070,
592
+ 14071,
593
593
  "Define an extension which can run on either side, with a preference towards running on the remote machine."
594
594
  ))
595
595
  },
596
596
  {
597
597
  body: [],
598
598
  description: ( localize(
599
- 14071,
599
+ 14072,
600
600
  "Define an extension which cannot run in a remote context, neither on the local, nor on the remote machine."
601
601
  ))
602
602
  }
603
603
  ]
604
604
  },
605
605
  capabilities: {
606
- description: ( localize(14072, "Declare the set of supported capabilities by the extension.")),
606
+ description: ( localize(14073, "Declare the set of supported capabilities by the extension.")),
607
607
  type: 'object',
608
608
  properties: {
609
609
  virtualWorkspaces: {
610
610
  description: ( localize(
611
- 14073,
611
+ 14074,
612
612
  "Declares whether the extension should be enabled in virtual workspaces. A virtual workspace is a workspace which is not backed by any on-disk resources. When false, this extension will be automatically disabled in virtual workspaces. Default is true."
613
613
  )),
614
614
  type: ['boolean', 'object'],
@@ -620,27 +620,27 @@ const schema = {
620
620
  properties: {
621
621
  supported: {
622
622
  markdownDescription: ( localize(
623
- 14074,
623
+ 14075,
624
624
  "Declares the level of support for virtual workspaces by the extension."
625
625
  )),
626
626
  type: ['string', 'boolean'],
627
627
  enum: ['limited', true, false],
628
628
  enumDescriptions: [
629
629
  ( localize(
630
- 14075,
630
+ 14076,
631
631
  "The extension will be enabled in virtual workspaces with some functionality disabled."
632
632
  )),
633
633
  ( localize(
634
- 14076,
634
+ 14077,
635
635
  "The extension will be enabled in virtual workspaces with all functionality enabled."
636
636
  )),
637
- ( localize(14077, "The extension will not be enabled in virtual workspaces.")),
637
+ ( localize(14078, "The extension will not be enabled in virtual workspaces.")),
638
638
  ]
639
639
  },
640
640
  description: {
641
641
  type: 'string',
642
642
  markdownDescription: ( localize(
643
- 14078,
643
+ 14079,
644
644
  "A description of how virtual workspaces affects the extensions behavior and why it is needed. This only applies when `supported` is not `true`."
645
645
  )),
646
646
  }
@@ -648,7 +648,7 @@ const schema = {
648
648
  },
649
649
  untrustedWorkspaces: {
650
650
  description: ( localize(
651
- 14079,
651
+ 14080,
652
652
  'Declares how the extension should be handled in untrusted workspaces.'
653
653
  )),
654
654
  type: 'object',
@@ -659,26 +659,26 @@ const schema = {
659
659
  properties: {
660
660
  supported: {
661
661
  markdownDescription: ( localize(
662
- 14080,
662
+ 14081,
663
663
  "Declares the level of support for untrusted workspaces by the extension."
664
664
  )),
665
665
  type: ['string', 'boolean'],
666
666
  enum: ['limited', true, false],
667
667
  enumDescriptions: [
668
668
  ( localize(
669
- 14081,
669
+ 14082,
670
670
  "The extension will be enabled in untrusted workspaces with some functionality disabled."
671
671
  )),
672
672
  ( localize(
673
- 14082,
673
+ 14083,
674
674
  "The extension will be enabled in untrusted workspaces with all functionality enabled."
675
675
  )),
676
- ( localize(14083, "The extension will not be enabled in untrusted workspaces.")),
676
+ ( localize(14084, "The extension will not be enabled in untrusted workspaces.")),
677
677
  ]
678
678
  },
679
679
  restrictedConfigurations: {
680
680
  description: ( localize(
681
- 14084,
681
+ 14085,
682
682
  "A list of configuration keys contributed by the extension that should not use workspace values in untrusted workspaces."
683
683
  )),
684
684
  type: 'array',
@@ -689,7 +689,7 @@ const schema = {
689
689
  description: {
690
690
  type: 'string',
691
691
  markdownDescription: ( localize(
692
- 14085,
692
+ 14086,
693
693
  "A description of how workspace trust affects the extensions behavior and why it is needed. This only applies when `supported` is not `true`."
694
694
  )),
695
695
  }
@@ -698,7 +698,7 @@ const schema = {
698
698
  }
699
699
  },
700
700
  sponsor: {
701
- description: ( localize(14086, "Specify the location from where users can sponsor your extension.")),
701
+ description: ( localize(14087, "Specify the location from where users can sponsor your extension.")),
702
702
  type: 'object',
703
703
  defaultSnippets: [
704
704
  { body: { url: '${1:https:}' } },
@@ -706,7 +706,7 @@ const schema = {
706
706
  properties: {
707
707
  'url': {
708
708
  description: ( localize(
709
- 14087,
709
+ 14088,
710
710
  "URL from where users can sponsor your extension. It must be a valid URL with a HTTP or HTTPS protocol. Example value: https://github.com/sponsors/nvaccess"
711
711
  )),
712
712
  type: 'string',
@@ -718,14 +718,14 @@ const schema = {
718
718
  properties: {
719
719
  'vscode:prepublish': {
720
720
  description: ( localize(
721
- 14088,
721
+ 14089,
722
722
  'Script executed before the package is published as a VS Code extension.'
723
723
  )),
724
724
  type: 'string'
725
725
  },
726
726
  'vscode:uninstall': {
727
727
  description: ( localize(
728
- 14089,
728
+ 14090,
729
729
  'Uninstall hook for VS Code extension. Script that gets executed when the extension is completely uninstalled from VS Code which is when VS Code is restarted (shutdown and start) after the extension is uninstalled. Only Node scripts are supported.'
730
730
  )),
731
731
  type: 'string'
@@ -734,19 +734,19 @@ const schema = {
734
734
  },
735
735
  icon: {
736
736
  type: 'string',
737
- description: ( localize(14090, 'The path to a 128x128 pixel icon.'))
737
+ description: ( localize(14091, 'The path to a 128x128 pixel icon.'))
738
738
  },
739
739
  l10n: {
740
740
  type: 'string',
741
741
  description: ( localize(
742
- 14091,
742
+ 14092,
743
743
  'The relative path to a folder containing localization (bundle.l10n.*.json) files. Must be specified if you are using the vscode.l10n API.'
744
744
  ))
745
745
  },
746
746
  pricing: {
747
747
  type: 'string',
748
748
  markdownDescription: ( localize(
749
- 14092,
749
+ 14093,
750
750
  'The pricing information for the extension. Can be Free (default) or Trial. For more details visit: https://code.visualstudio.com/api/working-with-extensions/publishing-extension#extension-pricing-label'
751
751
  )),
752
752
  enum: ['Free', 'Trial'],
@@ -784,7 +784,7 @@ schemaRegistry.registerSchema(schemaId, schema);
784
784
  schemaRegistry.registerSchema(productSchemaId, {
785
785
  properties: {
786
786
  extensionEnabledApiProposals: {
787
- description: ( localize(14093, "API proposals that the respective extensions can freely use.")),
787
+ description: ( localize(14094, "API proposals that the respective extensions can freely use.")),
788
788
  type: 'object',
789
789
  properties: {},
790
790
  additionalProperties: {