@codingame/monaco-vscode-api 20.0.0 → 20.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 (62) hide show
  1. package/missing-services.js +121 -370
  2. package/package.json +8 -8
  3. package/services.js +3 -3
  4. package/vscode/src/vs/base/browser/ui/tree/asyncDataTree.d.ts +1 -1
  5. package/vscode/src/vs/base/browser/ui/tree/asyncDataTree.js +5 -3
  6. package/vscode/src/vs/platform/product/common/product.js +3 -3
  7. package/vscode/src/vs/workbench/contrib/chat/browser/chatEditing/chatEditingEditorContextKeys.js +5 -5
  8. package/vscode/src/vs/workbench/contrib/chat/common/chatContextKeys.js +43 -43
  9. package/vscode/src/vs/workbench/contrib/chat/common/chatEditingService.js +2 -2
  10. package/vscode/src/vs/workbench/contrib/chat/common/chatVariableEntries.js +2 -2
  11. package/vscode/src/vs/workbench/contrib/chat/common/languageModelToolsService.js +4 -4
  12. package/vscode/src/vs/workbench/contrib/chat/common/languageModels.js +8 -8
  13. package/vscode/src/vs/workbench/contrib/chat/common/modelPicker/modelPickerWidget.js +1 -1
  14. package/vscode/src/vs/workbench/contrib/chat/common/tools/manageTodoListTool.d.ts +1 -0
  15. package/vscode/src/vs/workbench/contrib/chat/common/tools/manageTodoListTool.js +36 -9
  16. package/vscode/src/vs/workbench/contrib/codeActions/browser/codeActionsContribution.js +13 -13
  17. package/vscode/src/vs/workbench/contrib/codeEditor/browser/dictation/editorDictation.js +4 -4
  18. package/vscode/src/vs/workbench/contrib/codeEditor/browser/diffEditorAccessibilityHelp.js +5 -5
  19. package/vscode/src/vs/workbench/contrib/codeEditor/browser/diffEditorHelper.js +3 -3
  20. package/vscode/src/vs/workbench/contrib/codeEditor/browser/largeFileOptimizations.js +3 -3
  21. package/vscode/src/vs/workbench/contrib/codeEditor/browser/saveParticipants.js +4 -4
  22. package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleMinimap.js +2 -2
  23. package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleMultiCursorModifier.js +4 -4
  24. package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleRenderControlCharacter.js +2 -2
  25. package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleRenderWhitespace.js +2 -2
  26. package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleWordWrap.js +5 -5
  27. package/vscode/src/vs/workbench/contrib/comments/browser/commentsAccessibility.js +12 -12
  28. package/vscode/src/vs/workbench/contrib/comments/common/commentContextKeys.js +11 -11
  29. package/vscode/src/vs/workbench/contrib/debug/common/abstractDebugAdapter.js +1 -1
  30. package/vscode/src/vs/workbench/contrib/debug/common/debug.js +65 -65
  31. package/vscode/src/vs/workbench/contrib/extensions/common/extensions.js +1 -1
  32. package/vscode/src/vs/workbench/contrib/extensions/common/searchExtensionsTool.js +4 -4
  33. package/vscode/src/vs/workbench/contrib/files/browser/fileConstants.js +6 -6
  34. package/vscode/src/vs/workbench/contrib/folding/browser/folding.contribution.js +3 -3
  35. package/vscode/src/vs/workbench/contrib/format/browser/formatActionsMultiple.js +20 -20
  36. package/vscode/src/vs/workbench/contrib/format/browser/formatActionsNone.js +4 -4
  37. package/vscode/src/vs/workbench/contrib/format/browser/formatModified.js +1 -1
  38. package/vscode/src/vs/workbench/contrib/inlayHints/browser/inlayHintsAccessibilty.js +4 -4
  39. package/vscode/src/vs/workbench/contrib/list/browser/listResizeColumnAction.js +2 -2
  40. package/vscode/src/vs/workbench/contrib/list/browser/tableColumnResizeQuickPick.js +5 -5
  41. package/vscode/src/vs/workbench/contrib/mcp/common/mcpTypes.js +4 -4
  42. package/vscode/src/vs/workbench/contrib/snippets/browser/snippetCompletionProvider.js +3 -3
  43. package/vscode/src/vs/workbench/contrib/snippets/browser/snippetsFile.js +3 -3
  44. package/vscode/src/vs/workbench/contrib/snippets/browser/snippetsService.js +9 -9
  45. package/vscode/src/vs/workbench/contrib/speech/common/speechService.js +29 -29
  46. package/vscode/src/vs/workbench/contrib/tasks/common/constants.js +1 -1
  47. package/vscode/src/vs/workbench/contrib/tasks/common/taskDefinitionRegistry.js +5 -5
  48. package/vscode/src/vs/workbench/contrib/tasks/common/tasks.js +4 -4
  49. package/vscode/src/vs/workbench/contrib/testing/common/constants.js +11 -11
  50. package/vscode/src/vs/workbench/contrib/testing/common/testTypes.js +3 -3
  51. package/vscode/src/vs/workbench/services/accounts/common/defaultAccount.js +1 -1
  52. package/vscode/src/vs/workbench/services/configurationResolver/common/variableResolver.js +16 -16
  53. package/vscode/src/vs/workbench/services/editor/common/editorResolverService.js +1 -1
  54. package/vscode/src/vs/workbench/services/extensions/common/extensionsRegistry.js +86 -86
  55. package/vscode/src/vs/workbench/services/language/common/languageService.js +28 -28
  56. package/vscode/src/vs/workbench/services/log/common/logConstants.js +1 -1
  57. package/vscode/src/vs/workbench/services/remote/common/remoteExplorerService.js +8 -8
  58. package/vscode/src/vs/workbench/services/remote/common/tunnelModel.js +6 -6
  59. package/vscode/src/vs/workbench/services/search/common/queryBuilder.js +1 -1
  60. package/vscode/src/vs/workbench/services/themes/common/colorExtensionPoint.js +22 -22
  61. package/vscode/src/vs/workbench/services/themes/common/iconExtensionPoint.js +13 -13
  62. package/vscode/src/vs/workbench/services/userDataSync/common/userDataSync.js +13 -13
@@ -403,9 +403,7 @@ class PaneCompositePartService {
403
403
  this.getVisiblePaneCompositeIds = () => [];
404
404
  this.getProgressIndicator = () => undefined;
405
405
  this.hideActivePaneComposite = () => { };
406
- this.getLastActivePaneCompositeId = () => {
407
- unsupported();
408
- };
406
+ this.getLastActivePaneCompositeId = unsupported;
409
407
  }
410
408
  }
411
409
  __decorate([
@@ -874,9 +872,7 @@ __decorate([
874
872
  ], EmptyEditorPart.prototype, "createEditorDropTarget", void 0);
875
873
  class EmptyEditorGroupsService {
876
874
  constructor() {
877
- this.getScopedInstantiationService = () => {
878
- unsupported();
879
- };
875
+ this.getScopedInstantiationService = unsupported;
880
876
  this.registerContextKeyProvider = unsupported;
881
877
  this.saveWorkingSet = unsupported;
882
878
  this.getWorkingSets = unsupported;
@@ -1051,9 +1047,7 @@ class WorkingCopyFileService {
1051
1047
  this.onWillRunWorkingCopyFileOperation = Event.None;
1052
1048
  this.onDidFailWorkingCopyFileOperation = Event.None;
1053
1049
  this.onDidRunWorkingCopyFileOperation = Event.None;
1054
- this.addFileOperationParticipant = () => {
1055
- unsupported();
1056
- };
1050
+ this.addFileOperationParticipant = unsupported;
1057
1051
  this.hasSaveParticipants = false;
1058
1052
  this.addSaveParticipant = unsupported;
1059
1053
  this.runSaveParticipants = unsupported;
@@ -1062,9 +1056,7 @@ class WorkingCopyFileService {
1062
1056
  this.move = unsupported;
1063
1057
  this.copy = unsupported;
1064
1058
  this.delete = unsupported;
1065
- this.registerWorkingCopyProvider = () => {
1066
- unsupported();
1067
- };
1059
+ this.registerWorkingCopyProvider = unsupported;
1068
1060
  this.getDirty = () => [];
1069
1061
  }
1070
1062
  }
@@ -1411,9 +1403,7 @@ class UserDataProfileStorageService {
1411
1403
  this.onDidChange = Event.None;
1412
1404
  this.readStorageData = unsupported;
1413
1405
  this.updateStorageData = unsupported;
1414
- this.withProfileScopedStorageService = () => {
1415
- unsupported();
1416
- };
1406
+ this.withProfileScopedStorageService = unsupported;
1417
1407
  }
1418
1408
  }
1419
1409
  __decorate([
@@ -1539,12 +1529,8 @@ class FakeAdapterManager {
1539
1529
  this.activateDebuggers = unsupported;
1540
1530
  this.registerDebugAdapterFactory = () => Disposable.None;
1541
1531
  this.createDebugAdapter = unsupported;
1542
- this.registerDebugAdapterDescriptorFactory = () => {
1543
- unsupported();
1544
- };
1545
- this.unregisterDebugAdapterDescriptorFactory = () => {
1546
- unsupported();
1547
- };
1532
+ this.registerDebugAdapterDescriptorFactory = unsupported;
1533
+ this.unregisterDebugAdapterDescriptorFactory = unsupported;
1548
1534
  this.substituteVariables = unsupported;
1549
1535
  this.runInTerminal = unsupported;
1550
1536
  this.getEnabledDebugger = unsupported;
@@ -1608,9 +1594,7 @@ class DebugService {
1608
1594
  this.addInstructionBreakpoint = unsupported;
1609
1595
  this.removeInstructionBreakpoints = unsupported;
1610
1596
  this.setExceptionBreakpointCondition = unsupported;
1611
- this.setExceptionBreakpointsForSession = () => {
1612
- unsupported();
1613
- };
1597
+ this.setExceptionBreakpointsForSession = unsupported;
1614
1598
  this.sendAllBreakpoints = unsupported;
1615
1599
  this.addWatchExpression = unsupported;
1616
1600
  this.renameWatchExpression = unsupported;
@@ -1749,16 +1733,10 @@ class WorkspaceTrustRequestService {
1749
1733
  this.onDidInitiateOpenFilesTrustRequest = Event.None;
1750
1734
  this.onDidInitiateWorkspaceTrustRequest = Event.None;
1751
1735
  this.onDidInitiateWorkspaceTrustRequestOnStartup = Event.None;
1752
- this.completeOpenFilesTrustRequest = () => {
1753
- unsupported();
1754
- };
1736
+ this.completeOpenFilesTrustRequest = unsupported;
1755
1737
  this.requestOpenFilesTrust = async () => WorkspaceTrustUriResponse.Open;
1756
- this.cancelWorkspaceTrustRequest = () => {
1757
- unsupported();
1758
- };
1759
- this.completeWorkspaceTrustRequest = () => {
1760
- unsupported();
1761
- };
1738
+ this.cancelWorkspaceTrustRequest = unsupported;
1739
+ this.completeWorkspaceTrustRequest = unsupported;
1762
1740
  this.requestWorkspaceTrust = async () => true;
1763
1741
  this.requestWorkspaceTrustOnStartup = () => null;
1764
1742
  }
@@ -1801,9 +1779,7 @@ class ExtensionHostDebugService {
1801
1779
  this.onAttachSession = Event.None;
1802
1780
  this.terminateSession = unsupported;
1803
1781
  this.onTerminateSession = Event.None;
1804
- this.openExtensionDevelopmentHostWindow = () => {
1805
- unsupported();
1806
- };
1782
+ this.openExtensionDevelopmentHostWindow = unsupported;
1807
1783
  }
1808
1784
  }
1809
1785
  __decorate([
@@ -1865,28 +1841,18 @@ class ViewDescriptorService {
1865
1841
  this.onDidChangeViewContainers = Event.None;
1866
1842
  this.getDefaultViewContainer = () => undefined;
1867
1843
  this.getViewContainerById = () => null;
1868
- this.isViewContainerRemovedPermanently = () => {
1869
- unsupported();
1870
- };
1844
+ this.isViewContainerRemovedPermanently = unsupported;
1871
1845
  this.getDefaultViewContainerLocation = () => null;
1872
1846
  this.getViewContainerLocation = () => null;
1873
- this.getViewContainersByLocation = () => {
1874
- unsupported();
1875
- };
1847
+ this.getViewContainersByLocation = unsupported;
1876
1848
  this.getViewContainerModel = () => ({
1877
1849
  onDidChangeAllViewDescriptors: Event.None,
1878
1850
  visibleViewDescriptors: []
1879
1851
  });
1880
1852
  this.onDidChangeContainerLocation = Event.None;
1881
- this.moveViewContainerToLocation = () => {
1882
- unsupported();
1883
- };
1884
- this.getViewContainerBadgeEnablementState = () => {
1885
- unsupported();
1886
- };
1887
- this.setViewContainerBadgeEnablementState = () => {
1888
- unsupported();
1889
- };
1853
+ this.moveViewContainerToLocation = unsupported;
1854
+ this.getViewContainerBadgeEnablementState = unsupported;
1855
+ this.setViewContainerBadgeEnablementState = unsupported;
1890
1856
  this.getViewDescriptorById = () => null;
1891
1857
  this.getViewContainerByViewId = () => null;
1892
1858
  this.getDefaultContainerById = () => null;
@@ -2061,9 +2027,7 @@ class ConfigurationResolverService {
2061
2027
  this.resolvableVariables = new Set();
2062
2028
  this.resolveWithEnvironment = unsupported;
2063
2029
  this.resolveAsync = unsupported;
2064
- this.resolveWithInteractionReplace = () => {
2065
- unsupported();
2066
- };
2030
+ this.resolveWithInteractionReplace = unsupported;
2067
2031
  this.resolveWithInteraction = unsupported;
2068
2032
  this.contributeVariable = unsupported;
2069
2033
  }
@@ -2225,9 +2189,7 @@ registerSingleton(ITimerService, TimerService, InstantiationType.Eager);
2225
2189
  class ExtensionsWorkbenchService {
2226
2190
  constructor() {
2227
2191
  this.downloadVSIX = unsupported;
2228
- this.updateAutoUpdateForAllExtensions = () => {
2229
- unsupported();
2230
- };
2192
+ this.updateAutoUpdateForAllExtensions = unsupported;
2231
2193
  this.openSearch = unsupported;
2232
2194
  this.getExtensionRuntimeStatus = () => undefined;
2233
2195
  this.onDidChangeExtensionsNotification = Event.None;
@@ -2237,14 +2199,10 @@ class ExtensionsWorkbenchService {
2237
2199
  this.updateRunningExtensions = unsupported;
2238
2200
  this.togglePreRelease = unsupported;
2239
2201
  this.isAutoUpdateEnabledFor = unsupported;
2240
- this.updateAutoUpdateEnablementFor = () => {
2241
- unsupported();
2242
- };
2202
+ this.updateAutoUpdateEnablementFor = unsupported;
2243
2203
  this.getAutoUpdateValue = unsupported;
2244
2204
  this.updateAll = unsupported;
2245
- this.toggleApplyExtensionToAllProfiles = () => {
2246
- unsupported();
2247
- };
2205
+ this.toggleApplyExtensionToAllProfiles = unsupported;
2248
2206
  this.whenInitialized = Promise.resolve();
2249
2207
  this.onChange = Event.None;
2250
2208
  this.onReset = Event.None;
@@ -2264,9 +2222,7 @@ class ExtensionsWorkbenchService {
2264
2222
  this.open = unsupported;
2265
2223
  this.checkForUpdates = unsupported;
2266
2224
  this.isExtensionIgnoredToSync = unsupported;
2267
- this.toggleExtensionIgnoredToSync = () => {
2268
- unsupported();
2269
- };
2225
+ this.toggleExtensionIgnoredToSync = unsupported;
2270
2226
  }
2271
2227
  }
2272
2228
  __decorate([
@@ -2351,12 +2307,8 @@ class ExtensionManagementServerService {
2351
2307
  this.localExtensionManagementServer = null;
2352
2308
  this.remoteExtensionManagementServer = null;
2353
2309
  this.webExtensionManagementServer = null;
2354
- this.getExtensionManagementServer = () => {
2355
- unsupported();
2356
- };
2357
- this.getExtensionInstallLocation = () => {
2358
- unsupported();
2359
- };
2310
+ this.getExtensionManagementServer = unsupported;
2311
+ this.getExtensionInstallLocation = unsupported;
2360
2312
  }
2361
2313
  }
2362
2314
  __decorate([
@@ -2405,12 +2357,8 @@ class IgnoredExtensionsManagementService {
2405
2357
  this.getIgnoredExtensions = () => [];
2406
2358
  this.hasToNeverSyncExtension = () => false;
2407
2359
  this.hasToAlwaysSyncExtension = () => false;
2408
- this.updateIgnoredExtensions = () => {
2409
- unsupported();
2410
- };
2411
- this.updateSynchronizedExtensions = () => {
2412
- unsupported();
2413
- };
2360
+ this.updateIgnoredExtensions = unsupported;
2361
+ this.updateSynchronizedExtensions = unsupported;
2414
2362
  }
2415
2363
  }
2416
2364
  __decorate([
@@ -2424,12 +2372,8 @@ class ExtensionRecommendationNotificationService {
2424
2372
  constructor() {
2425
2373
  this.ignoredRecommendations = [];
2426
2374
  this.hasToIgnoreRecommendationNotifications = () => false;
2427
- this.promptImportantExtensionsInstallNotification = () => {
2428
- unsupported();
2429
- };
2430
- this.promptWorkspaceRecommendations = () => {
2431
- unsupported();
2432
- };
2375
+ this.promptImportantExtensionsInstallNotification = unsupported;
2376
+ this.promptWorkspaceRecommendations = unsupported;
2433
2377
  }
2434
2378
  }
2435
2379
  __decorate([
@@ -2469,18 +2413,12 @@ class ExtensionsScannerService {
2469
2413
  this.scanAllExtensions = unsupported;
2470
2414
  this.scanSystemExtensions = unsupported;
2471
2415
  this.scanUserExtensions = unsupported;
2472
- this.scanExtensionsUnderDevelopment = () => {
2473
- unsupported();
2474
- };
2416
+ this.scanExtensionsUnderDevelopment = unsupported;
2475
2417
  this.scanExistingExtension = unsupported;
2476
- this.scanOneOrMultipleExtensions = () => {
2477
- unsupported();
2478
- };
2418
+ this.scanOneOrMultipleExtensions = unsupported;
2479
2419
  this.scanMultipleExtensions = unsupported;
2480
2420
  this.scanAllUserExtensions = unsupported;
2481
- this.initializeDefaultProfileExtensions = () => {
2482
- unsupported();
2483
- };
2421
+ this.initializeDefaultProfileExtensions = unsupported;
2484
2422
  this.updateManifestMetadata = unsupported;
2485
2423
  }
2486
2424
  get systemExtensionsLocation() {
@@ -2534,13 +2472,9 @@ class ExtensionsProfileScannerService {
2534
2472
  this.onRemoveExtensions = Event.None;
2535
2473
  this.onDidRemoveExtensions = Event.None;
2536
2474
  this.scanProfileExtensions = unsupported;
2537
- this.addExtensionsToProfile = () => {
2538
- unsupported();
2539
- };
2475
+ this.addExtensionsToProfile = unsupported;
2540
2476
  this.updateMetadata = unsupported;
2541
- this.removeExtensionsFromProfile = () => {
2542
- unsupported();
2543
- };
2477
+ this.removeExtensionsFromProfile = unsupported;
2544
2478
  }
2545
2479
  }
2546
2480
  __decorate([
@@ -2562,9 +2496,7 @@ class ExtensionIgnoredRecommendationsService {
2562
2496
  this.ignoredRecommendations = [];
2563
2497
  this.onDidChangeGlobalIgnoredRecommendation = Event.None;
2564
2498
  this.globalIgnoredRecommendations = [];
2565
- this.toggleGlobalIgnoredRecommendation = () => {
2566
- unsupported();
2567
- };
2499
+ this.toggleGlobalIgnoredRecommendation = unsupported;
2568
2500
  }
2569
2501
  }
2570
2502
  __decorate([
@@ -2576,13 +2508,9 @@ class WorkspaceExtensionsConfigService {
2576
2508
  this.onDidChangeExtensionsConfigs = Event.None;
2577
2509
  this.getExtensionsConfigs = unsupported;
2578
2510
  this.getRecommendations = unsupported;
2579
- this.getUnwantedRecommendations = () => {
2580
- unsupported();
2581
- };
2511
+ this.getUnwantedRecommendations = unsupported;
2582
2512
  this.toggleRecommendation = unsupported;
2583
- this.toggleUnwantedRecommendation = () => {
2584
- unsupported();
2585
- };
2513
+ this.toggleUnwantedRecommendation = unsupported;
2586
2514
  }
2587
2515
  }
2588
2516
  __decorate([
@@ -2613,9 +2541,7 @@ class WorkbenchExtensionEnablementService {
2613
2541
  this.isEnabledEnablementState = () => true;
2614
2542
  this.isDisabledGlobally = () => false;
2615
2543
  this.setEnablement = unsupported;
2616
- this.updateExtensionsEnablementsWhenWorkspaceTrustChanges = () => {
2617
- unsupported();
2618
- };
2544
+ this.updateExtensionsEnablementsWhenWorkspaceTrustChanges = unsupported;
2619
2545
  }
2620
2546
  }
2621
2547
  __decorate([
@@ -2668,9 +2594,7 @@ class FilesConfigurationService {
2668
2594
  this.onDidChangeAutoSaveDisabled = Event.None;
2669
2595
  this.hasShortAutoSaveDelay = () => false;
2670
2596
  this.disableAutoSave = unsupported;
2671
- this.enableAutoSaveAfterShortDelay = () => {
2672
- unsupported();
2673
- };
2597
+ this.enableAutoSaveAfterShortDelay = unsupported;
2674
2598
  this.onDidChangeReadonly = Event.None;
2675
2599
  this.onDidChangeFilesAssociation = Event.None;
2676
2600
  this.getAutoSaveConfiguration = unsupported;
@@ -2983,9 +2907,7 @@ class ExtensionResourceLoaderService {
2983
2907
  this.readExtensionResource = unsupported;
2984
2908
  this.supportsExtensionGalleryResources = async () => false;
2985
2909
  this.isExtensionGalleryResource = async () => false;
2986
- this.getExtensionGalleryResourceURL = () => {
2987
- unsupported();
2988
- };
2910
+ this.getExtensionGalleryResourceURL = unsupported;
2989
2911
  }
2990
2912
  }
2991
2913
  __decorate([
@@ -3242,9 +3164,7 @@ class ExtensionGalleryService {
3242
3164
  this.getManifest = unsupported;
3243
3165
  this.getChangelog = unsupported;
3244
3166
  this.getCoreTranslation = unsupported;
3245
- this.getExtensionsControlManifest = () => {
3246
- unsupported();
3247
- };
3167
+ this.getExtensionsControlManifest = unsupported;
3248
3168
  this.getAllVersions = async () => [];
3249
3169
  }
3250
3170
  }
@@ -3656,9 +3576,7 @@ class TerminalInstanceService {
3656
3576
  this.onDidRegisterBackend = Event.None;
3657
3577
  this.getRegisteredBackends = () => [].values();
3658
3578
  this.onDidCreateInstance = Event.None;
3659
- this.convertProfileToShellLaunchConfig = () => {
3660
- unsupported();
3661
- };
3579
+ this.convertProfileToShellLaunchConfig = unsupported;
3662
3580
  this.createInstance = unsupported;
3663
3581
  this.getBackend = unsupported;
3664
3582
  this.didRegisterBackend = unsupported;
@@ -3687,16 +3605,10 @@ class TerminalProfileService {
3687
3605
  this.getDefaultProfileName = () => undefined;
3688
3606
  this.getDefaultProfile = () => undefined;
3689
3607
  this.onDidChangeAvailableProfiles = Event.None;
3690
- this.getContributedDefaultProfile = () => {
3691
- unsupported();
3692
- };
3608
+ this.getContributedDefaultProfile = unsupported;
3693
3609
  this.registerContributedProfile = unsupported;
3694
- this.getContributedProfileProvider = () => {
3695
- unsupported();
3696
- };
3697
- this.registerTerminalProfileProvider = () => {
3698
- unsupported();
3699
- };
3610
+ this.getContributedProfileProvider = unsupported;
3611
+ this.registerTerminalProfileProvider = unsupported;
3700
3612
  }
3701
3613
  }
3702
3614
  __decorate([
@@ -3781,9 +3693,7 @@ registerSingleton(ITerminalContributionService, TerminalContributionService, Ins
3781
3693
  class TerminalProfileResolverService {
3782
3694
  constructor() {
3783
3695
  this.resolveIcon = unsupported;
3784
- this.resolveShellLaunchConfig = () => {
3785
- unsupported();
3786
- };
3696
+ this.resolveShellLaunchConfig = unsupported;
3787
3697
  this.getDefaultProfile = async () => ({
3788
3698
  profileName: 'bash',
3789
3699
  path: '/bin/bash',
@@ -3861,9 +3771,7 @@ class UserDataSyncWorkbenchService {
3861
3771
  this.resetSyncedData = unsupported;
3862
3772
  this.showSyncActivity = unsupported;
3863
3773
  this.syncNow = unsupported;
3864
- this.synchroniseUserDataSyncStoreType = () => {
3865
- unsupported();
3866
- };
3774
+ this.synchroniseUserDataSyncStoreType = unsupported;
3867
3775
  this.showConflicts = unsupported;
3868
3776
  this.accept = unsupported;
3869
3777
  this.getAllLogResources = unsupported;
@@ -3964,12 +3872,8 @@ __decorate([
3964
3872
  registerSingleton(IPreferencesSearchService, PreferencesSearchService, InstantiationType.Delayed);
3965
3873
  class NotebookService {
3966
3874
  constructor() {
3967
- this.createNotebookTextDocumentSnapshot = () => {
3968
- unsupported();
3969
- };
3970
- this.restoreNotebookTextModelFromSnapshot = () => {
3971
- unsupported();
3972
- };
3875
+ this.createNotebookTextDocumentSnapshot = unsupported;
3876
+ this.restoreNotebookTextModelFromSnapshot = unsupported;
3973
3877
  this.hasSupportedNotebooks = unsupported;
3974
3878
  this.tryGetDataProviderSync = () => undefined;
3975
3879
  this.canResolve = async () => false;
@@ -3993,9 +3897,7 @@ class NotebookService {
3993
3897
  this.getNotebookTextModel = () => undefined;
3994
3898
  this.getNotebookTextModels = unsupported;
3995
3899
  this.listNotebookDocuments = () => [];
3996
- this.registerContributedNotebookType = () => {
3997
- unsupported();
3998
- };
3900
+ this.registerContributedNotebookType = unsupported;
3999
3901
  this.getContributedNotebookType = () => undefined;
4000
3902
  this.getContributedNotebookTypes = () => [];
4001
3903
  this.getNotebookProviderResourceRoots = () => [];
@@ -4123,9 +4025,7 @@ __decorate([
4123
4025
  registerSingleton(ISearchViewModelWorkbenchService, SearchWorkbenchService, InstantiationType.Delayed);
4124
4026
  class NotebookEditorModelResolverService {
4125
4027
  constructor() {
4126
- this.createUntitledNotebookTextModel = () => {
4127
- unsupported();
4128
- };
4028
+ this.createUntitledNotebookTextModel = unsupported;
4129
4029
  this.onDidSaveNotebook = Event.None;
4130
4030
  this.onDidChangeDirty = Event.None;
4131
4031
  this.onWillFailWithConflict = Event.None;
@@ -4164,9 +4064,7 @@ __decorate([
4164
4064
  registerSingleton(IUserActivityService, UserActivityService, InstantiationType.Delayed);
4165
4065
  class CanonicalUriService {
4166
4066
  constructor() {
4167
- this.registerCanonicalUriProvider = () => {
4168
- unsupported();
4169
- };
4067
+ this.registerCanonicalUriProvider = unsupported;
4170
4068
  }
4171
4069
  }
4172
4070
  __decorate([
@@ -4331,16 +4229,12 @@ class QuickChatAgentService {
4331
4229
  this._serviceBrand = undefined;
4332
4230
  this.hasToolsAgent = false;
4333
4231
  this.setRequestPaused = unsupported;
4334
- this.registerChatParticipantDetectionProvider = () => {
4335
- unsupported();
4336
- };
4232
+ this.registerChatParticipantDetectionProvider = unsupported;
4337
4233
  this.detectAgentOrCommand = unsupported;
4338
4234
  this.hasChatParticipantDetectionProviders = () => false;
4339
4235
  this.getChatTitle = unsupported;
4340
4236
  this.agentHasDupeName = () => false;
4341
- this.registerAgentCompletionProvider = () => {
4342
- unsupported();
4343
- };
4237
+ this.registerAgentCompletionProvider = unsupported;
4344
4238
  this.getAgentCompletionItems = unsupported;
4345
4239
  this.getAgentByFullyQualifiedId = unsupported;
4346
4240
  this.getContributedDefaultAgent = () => undefined;
@@ -4432,9 +4326,7 @@ class CustomEditorService {
4432
4326
  this.getCustomEditor = unsupported;
4433
4327
  this.getAllCustomEditors = unsupported;
4434
4328
  this.getContributedCustomEditors = unsupported;
4435
- this.getUserConfiguredCustomEditors = () => {
4436
- unsupported();
4437
- };
4329
+ this.getUserConfiguredCustomEditors = unsupported;
4438
4330
  this.registerCustomEditorCapabilities = () => Disposable.None;
4439
4331
  this.getCustomEditorCapabilities = () => undefined;
4440
4332
  }
@@ -4538,19 +4430,11 @@ class RemoteAuthorityResolverService {
4538
4430
  this.resolveAuthority = unsupported;
4539
4431
  this.getConnectionData = unsupported;
4540
4432
  this.getCanonicalURI = unsupported;
4541
- this._clearResolvedAuthority = () => {
4542
- unsupported();
4543
- };
4433
+ this._clearResolvedAuthority = unsupported;
4544
4434
  this._setResolvedAuthority = unsupported;
4545
- this._setResolvedAuthorityError = () => {
4546
- unsupported();
4547
- };
4548
- this._setAuthorityConnectionToken = () => {
4549
- unsupported();
4550
- };
4551
- this._setCanonicalURIProvider = () => {
4552
- unsupported();
4553
- };
4435
+ this._setResolvedAuthorityError = unsupported;
4436
+ this._setAuthorityConnectionToken = unsupported;
4437
+ this._setCanonicalURIProvider = unsupported;
4554
4438
  }
4555
4439
  }
4556
4440
  __decorate([
@@ -4659,20 +4543,14 @@ class WorkbenchExtensionManagementService {
4659
4543
  this.onProfileAwareDidInstallExtensions = Event.None;
4660
4544
  this.onProfileAwareDidUninstallExtension = Event.None;
4661
4545
  this.onProfileAwareDidUpdateExtensionMetadata = Event.None;
4662
- this.toggleApplicationScope = () => {
4663
- unsupported();
4664
- };
4546
+ this.toggleApplicationScope = unsupported;
4665
4547
  this.uninstallExtensions = unsupported;
4666
- this.resetPinnedStateForAllUserExtensions = () => {
4667
- unsupported();
4668
- };
4548
+ this.resetPinnedStateForAllUserExtensions = unsupported;
4669
4549
  this.getInstalledWorkspaceExtensionLocations = () => [];
4670
4550
  this.onDidEnableExtensions = Event.None;
4671
4551
  this.getExtensions = async () => [];
4672
4552
  this.getInstalledWorkspaceExtensions = async () => [];
4673
- this.installResourceExtension = () => {
4674
- unsupported();
4675
- };
4553
+ this.installResourceExtension = unsupported;
4676
4554
  this.onInstallExtension = Event.None;
4677
4555
  this.onDidInstallExtensions = Event.None;
4678
4556
  this.onUninstallExtension = Event.None;
@@ -4687,17 +4565,11 @@ class WorkbenchExtensionManagementService {
4687
4565
  this.install = unsupported;
4688
4566
  this.canInstall = unsupported;
4689
4567
  this.installFromGallery = unsupported;
4690
- this.installGalleryExtensions = () => {
4691
- unsupported();
4692
- };
4693
- this.installExtensionsFromProfile = () => {
4694
- unsupported();
4695
- };
4568
+ this.installGalleryExtensions = unsupported;
4569
+ this.installExtensionsFromProfile = unsupported;
4696
4570
  this.uninstall = unsupported;
4697
4571
  this.getInstalled = async () => [];
4698
- this.getExtensionsControlManifest = () => {
4699
- unsupported();
4700
- };
4572
+ this.getExtensionsControlManifest = unsupported;
4701
4573
  this.copyExtensions = unsupported;
4702
4574
  this.updateMetadata = unsupported;
4703
4575
  this.download = unsupported;
@@ -4707,9 +4579,7 @@ class WorkbenchExtensionManagementService {
4707
4579
  this.getInstallableServers = async () => [];
4708
4580
  this.isPublisherTrusted = () => false;
4709
4581
  this.getTrustedPublishers = () => [];
4710
- this.requestPublisherTrust = () => {
4711
- unsupported();
4712
- };
4582
+ this.requestPublisherTrust = unsupported;
4713
4583
  this.trustPublishers = unsupported;
4714
4584
  this.untrustPublishers = unsupported;
4715
4585
  }
@@ -4793,25 +4663,15 @@ registerSingleton(IWorkbenchExtensionManagementService, WorkbenchExtensionManage
4793
4663
  class ExtensionManifestPropertiesService {
4794
4664
  constructor() {
4795
4665
  this.prefersExecuteOnUI = unsupported;
4796
- this.prefersExecuteOnWorkspace = () => {
4797
- unsupported();
4798
- };
4666
+ this.prefersExecuteOnWorkspace = unsupported;
4799
4667
  this.prefersExecuteOnWeb = unsupported;
4800
4668
  this.canExecuteOnUI = unsupported;
4801
- this.canExecuteOnWorkspace = () => {
4802
- unsupported();
4803
- };
4669
+ this.canExecuteOnWorkspace = unsupported;
4804
4670
  this.canExecuteOnWeb = unsupported;
4805
4671
  this.getExtensionKind = unsupported;
4806
- this.getUserConfiguredExtensionKind = () => {
4807
- unsupported();
4808
- };
4809
- this.getExtensionUntrustedWorkspaceSupportType = () => {
4810
- unsupported();
4811
- };
4812
- this.getExtensionVirtualWorkspaceSupportType = () => {
4813
- unsupported();
4814
- };
4672
+ this.getUserConfiguredExtensionKind = unsupported;
4673
+ this.getExtensionUntrustedWorkspaceSupportType = unsupported;
4674
+ this.getExtensionVirtualWorkspaceSupportType = unsupported;
4815
4675
  }
4816
4676
  }
4817
4677
  __decorate([
@@ -4898,9 +4758,7 @@ class QuickDiffService {
4898
4758
  this.providers = [];
4899
4759
  this.isQuickDiffProviderVisible = () => false;
4900
4760
  this.addQuickDiffProvider = unsupported;
4901
- this.toggleQuickDiffProviderVisibility = () => {
4902
- unsupported();
4903
- };
4761
+ this.toggleQuickDiffProviderVisibility = unsupported;
4904
4762
  this.getQuickDiffs = unsupported;
4905
4763
  }
4906
4764
  }
@@ -4991,9 +4849,7 @@ class CommentService {
4991
4849
  this.toggleReaction = unsupported;
4992
4850
  this.setCurrentCommentThread = unsupported;
4993
4851
  this.enableCommenting = unsupported;
4994
- this.registerContinueOnCommentProvider = () => {
4995
- unsupported();
4996
- };
4852
+ this.registerContinueOnCommentProvider = unsupported;
4997
4853
  this.removeContinueOnComment = unsupported;
4998
4854
  }
4999
4855
  get commentsModel() {
@@ -5068,12 +4924,8 @@ class NotebookCellStatusBarService {
5068
4924
  constructor() {
5069
4925
  this.onDidChangeProviders = Event.None;
5070
4926
  this.onDidChangeItems = Event.None;
5071
- this.registerCellStatusBarItemProvider = () => {
5072
- unsupported();
5073
- };
5074
- this.getStatusBarItemsForCell = () => {
5075
- unsupported();
5076
- };
4927
+ this.registerCellStatusBarItemProvider = unsupported;
4928
+ this.getStatusBarItemsForCell = unsupported;
5077
4929
  }
5078
4930
  }
5079
4931
  __decorate([
@@ -5093,25 +4945,17 @@ class NotebookKernelService {
5093
4945
  this.onDidChangeNotebookAffinity = Event.None;
5094
4946
  this.registerKernel = unsupported;
5095
4947
  this.getMatchingKernel = unsupported;
5096
- this.getSelectedOrSuggestedKernel = () => {
5097
- unsupported();
5098
- };
4948
+ this.getSelectedOrSuggestedKernel = unsupported;
5099
4949
  this.selectKernelForNotebook = unsupported;
5100
4950
  this.preselectKernelForNotebook = unsupported;
5101
- this.updateKernelNotebookAffinity = () => {
5102
- unsupported();
5103
- };
4951
+ this.updateKernelNotebookAffinity = unsupported;
5104
4952
  this.onDidChangeKernelDetectionTasks = Event.None;
5105
- this.registerNotebookKernelDetectionTask = () => {
5106
- unsupported();
5107
- };
4953
+ this.registerNotebookKernelDetectionTask = unsupported;
5108
4954
  this.getKernelDetectionTasks = unsupported;
5109
4955
  this.onDidChangeSourceActions = Event.None;
5110
4956
  this.getSourceActions = unsupported;
5111
4957
  this.getRunningSourceActions = unsupported;
5112
- this.registerKernelSourceActionProvider = () => {
5113
- unsupported();
5114
- };
4958
+ this.registerKernelSourceActionProvider = unsupported;
5115
4959
  this.getKernelSourceActions2 = unsupported;
5116
4960
  }
5117
4961
  }
@@ -5207,12 +5051,8 @@ class InteractiveDocumentService {
5207
5051
  constructor() {
5208
5052
  this.onWillAddInteractiveDocument = Event.None;
5209
5053
  this.onWillRemoveInteractiveDocument = Event.None;
5210
- this.willCreateInteractiveDocument = () => {
5211
- unsupported();
5212
- };
5213
- this.willRemoveInteractiveDocument = () => {
5214
- unsupported();
5215
- };
5054
+ this.willCreateInteractiveDocument = unsupported;
5055
+ this.willRemoveInteractiveDocument = unsupported;
5216
5056
  }
5217
5057
  }
5218
5058
  __decorate([
@@ -5353,19 +5193,11 @@ class AuthenticationService {
5353
5193
  this.onDidChangeSessions = Event.None;
5354
5194
  this.onDidChangeDeclaredProviders = Event.None;
5355
5195
  this.declaredProviders = [];
5356
- this.registerDeclaredAuthenticationProvider = () => {
5357
- unsupported();
5358
- };
5359
- this.unregisterDeclaredAuthenticationProvider = () => {
5360
- unsupported();
5361
- };
5196
+ this.registerDeclaredAuthenticationProvider = unsupported;
5197
+ this.unregisterDeclaredAuthenticationProvider = unsupported;
5362
5198
  this.isAuthenticationProviderRegistered = () => false;
5363
- this.registerAuthenticationProvider = () => {
5364
- unsupported();
5365
- };
5366
- this.unregisterAuthenticationProvider = () => {
5367
- unsupported();
5368
- };
5199
+ this.registerAuthenticationProvider = unsupported;
5200
+ this.unregisterAuthenticationProvider = unsupported;
5369
5201
  this.getProviderIds = () => [];
5370
5202
  this.getProvider = unsupported;
5371
5203
  this.getSessions = unsupported;
@@ -5422,19 +5254,11 @@ class AuthenticationExtensionsService {
5422
5254
  constructor() {
5423
5255
  this.onDidChangeAccountPreference = Event.None;
5424
5256
  this.getAccountPreference = () => undefined;
5425
- this.updateAccountPreference = () => {
5426
- unsupported();
5427
- };
5428
- this.removeAccountPreference = () => {
5429
- unsupported();
5430
- };
5431
- this.updateSessionPreference = () => {
5432
- unsupported();
5433
- };
5257
+ this.updateAccountPreference = unsupported;
5258
+ this.removeAccountPreference = unsupported;
5259
+ this.updateSessionPreference = unsupported;
5434
5260
  this.getSessionPreference = () => undefined;
5435
- this.removeSessionPreference = () => {
5436
- unsupported();
5437
- };
5261
+ this.removeSessionPreference = unsupported;
5438
5262
  this.selectSession = unsupported;
5439
5263
  this.requestSessionAccess = unsupported;
5440
5264
  this.requestNewSession = unsupported;
@@ -5464,9 +5288,7 @@ __decorate([
5464
5288
  registerSingleton(IAuthenticationExtensionsService, AuthenticationExtensionsService, InstantiationType.Delayed);
5465
5289
  class AuthenticationUsageService {
5466
5290
  constructor() {
5467
- this.initializeExtensionUsageCache = () => {
5468
- unsupported();
5469
- };
5291
+ this.initializeExtensionUsageCache = unsupported;
5470
5292
  this.extensionUsesAuth = async () => false;
5471
5293
  this.readAccountUsages = unsupported;
5472
5294
  this.removeAccountUsage = unsupported;
@@ -5616,9 +5438,7 @@ class UserDataProfileImportExportService {
5616
5438
  this.registerProfileContentHandler = () => Disposable.None;
5617
5439
  this.unregisterProfileContentHandler = () => { };
5618
5440
  this.exportProfile = unsupported;
5619
- this.createTroubleshootProfile = () => {
5620
- unsupported();
5621
- };
5441
+ this.createTroubleshootProfile = unsupported;
5622
5442
  }
5623
5443
  }
5624
5444
  __decorate([
@@ -5685,22 +5505,14 @@ class NotebookExecutionStateService {
5685
5505
  this.getLastCompletedCellForNotebook = () => undefined;
5686
5506
  this.onDidChangeExecution = Event.None;
5687
5507
  this.onDidChangeLastRunFailState = Event.None;
5688
- this.forceCancelNotebookExecutions = () => {
5689
- unsupported();
5690
- };
5691
- this.getCellExecutionsForNotebook = () => {
5692
- unsupported();
5693
- };
5694
- this.getCellExecutionsByHandleForNotebook = () => {
5695
- unsupported();
5696
- };
5508
+ this.forceCancelNotebookExecutions = unsupported;
5509
+ this.getCellExecutionsForNotebook = unsupported;
5510
+ this.getCellExecutionsByHandleForNotebook = unsupported;
5697
5511
  this.getCellExecution = unsupported;
5698
5512
  this.createCellExecution = unsupported;
5699
5513
  this.getExecution = unsupported;
5700
5514
  this.createExecution = unsupported;
5701
- this.getLastFailedCellForNotebook = () => {
5702
- unsupported();
5703
- };
5515
+ this.getLastFailedCellForNotebook = unsupported;
5704
5516
  }
5705
5517
  }
5706
5518
  __decorate([
@@ -5824,9 +5636,7 @@ __decorate([
5824
5636
  registerSingleton(ITestResultStorage, TestResultStorage, InstantiationType.Delayed);
5825
5637
  class TestingDecorationsService {
5826
5638
  constructor() {
5827
- this.updateDecorationsAlternateAction = () => {
5828
- unsupported();
5829
- };
5639
+ this.updateDecorationsAlternateAction = unsupported;
5830
5640
  this.onDidChange = Event.None;
5831
5641
  this.invalidateResultMessage = unsupported;
5832
5642
  this.syncDecorations = unsupported;
@@ -5944,9 +5754,7 @@ class AiRelatedInformationService {
5944
5754
  constructor() {
5945
5755
  this.isEnabled = () => false;
5946
5756
  this.getRelatedInformation = unsupported;
5947
- this.registerAiRelatedInformationProvider = () => {
5948
- unsupported();
5949
- };
5757
+ this.registerAiRelatedInformationProvider = unsupported;
5950
5758
  }
5951
5759
  }
5952
5760
  __decorate([
@@ -5960,9 +5768,7 @@ class AiEmbeddingVectorService {
5960
5768
  constructor() {
5961
5769
  this.isEnabled = () => false;
5962
5770
  this.getEmbeddingVector = unsupported;
5963
- this.registerAiEmbeddingVectorProvider = () => {
5964
- unsupported();
5965
- };
5771
+ this.registerAiEmbeddingVectorProvider = unsupported;
5966
5772
  }
5967
5773
  }
5968
5774
  __decorate([
@@ -5978,9 +5784,7 @@ class AiSettingsSearchService {
5978
5784
  this.startSearch = unsupported;
5979
5785
  this.getEmbeddingsResults = async () => [];
5980
5786
  this.getLLMRankedResults = async () => [];
5981
- this.registerSettingsSearchProvider = () => {
5982
- unsupported();
5983
- };
5787
+ this.registerSettingsSearchProvider = unsupported;
5984
5788
  this.handleSearchResult = unsupported;
5985
5789
  this.onProviderRegistered = Event.None;
5986
5790
  }
@@ -6257,9 +6061,7 @@ class InlineChatSessionService {
6257
6061
  this.createSession = unsupported;
6258
6062
  this.getSession = () => undefined;
6259
6063
  this.releaseSession = unsupported;
6260
- this.registerSessionKeyComputer = () => {
6261
- unsupported();
6262
- };
6064
+ this.registerSessionKeyComputer = unsupported;
6263
6065
  this.dispose = unsupported;
6264
6066
  this.createSession2 = unsupported;
6265
6067
  this.getSession2 = () => undefined;
@@ -6326,9 +6128,7 @@ class NotebookExecutionService {
6326
6128
  this.executeNotebookCells = unsupported;
6327
6129
  this.cancelNotebookCells = unsupported;
6328
6130
  this.cancelNotebookCellHandles = unsupported;
6329
- this.registerExecutionParticipant = () => {
6330
- unsupported();
6331
- };
6131
+ this.registerExecutionParticipant = unsupported;
6332
6132
  }
6333
6133
  }
6334
6134
  __decorate([
@@ -6410,9 +6210,7 @@ class UserDataSyncStoreManagementService {
6410
6210
  this.onDidChangeUserDataSyncStore = Event.None;
6411
6211
  this.userDataSyncStore = undefined;
6412
6212
  this.switch = unsupported;
6413
- this.getPreviousUserDataSyncStore = () => {
6414
- unsupported();
6415
- };
6213
+ this.getPreviousUserDataSyncStore = unsupported;
6416
6214
  }
6417
6215
  }
6418
6216
  __decorate([
@@ -6616,29 +6414,15 @@ __decorate([
6616
6414
  registerSingleton(IUserDataSyncMachinesService, UserDataSyncMachinesService, InstantiationType.Delayed);
6617
6415
  class UserDataSyncResourceProviderService {
6618
6416
  constructor() {
6619
- this.getRemoteSyncedProfiles = () => {
6620
- unsupported();
6621
- };
6622
- this.getLocalSyncedProfiles = () => {
6623
- unsupported();
6624
- };
6625
- this.getRemoteSyncResourceHandles = () => {
6626
- unsupported();
6627
- };
6628
- this.getLocalSyncResourceHandles = () => {
6629
- unsupported();
6630
- };
6631
- this.getAssociatedResources = () => {
6632
- unsupported();
6633
- };
6417
+ this.getRemoteSyncedProfiles = unsupported;
6418
+ this.getLocalSyncedProfiles = unsupported;
6419
+ this.getRemoteSyncResourceHandles = unsupported;
6420
+ this.getLocalSyncResourceHandles = unsupported;
6421
+ this.getAssociatedResources = unsupported;
6634
6422
  this.getMachineId = unsupported;
6635
- this.getLocalSyncedMachines = () => {
6636
- unsupported();
6637
- };
6423
+ this.getLocalSyncedMachines = unsupported;
6638
6424
  this.resolveContent = unsupported;
6639
- this.resolveUserDataSyncResource = () => {
6640
- unsupported();
6641
- };
6425
+ this.resolveUserDataSyncResource = unsupported;
6642
6426
  }
6643
6427
  }
6644
6428
  __decorate([
@@ -6702,20 +6486,14 @@ __decorate([
6702
6486
  registerSingleton(IUserDataSyncUtilService, UserDataSyncUtilService, InstantiationType.Delayed);
6703
6487
  class UserDataProfileManagementService {
6704
6488
  constructor() {
6705
- this.getDefaultProfileToUse = () => {
6706
- unsupported();
6707
- };
6489
+ this.getDefaultProfileToUse = unsupported;
6708
6490
  this.createProfile = unsupported;
6709
6491
  this.createAndEnterProfile = unsupported;
6710
- this.createAndEnterTransientProfile = () => {
6711
- unsupported();
6712
- };
6492
+ this.createAndEnterTransientProfile = unsupported;
6713
6493
  this.removeProfile = unsupported;
6714
6494
  this.updateProfile = unsupported;
6715
6495
  this.switchProfile = unsupported;
6716
- this.getBuiltinProfileTemplates = () => {
6717
- unsupported();
6718
- };
6496
+ this.getBuiltinProfileTemplates = unsupported;
6719
6497
  }
6720
6498
  }
6721
6499
  __decorate([
@@ -7016,40 +6794,24 @@ class LanguageModelToolsService {
7016
6794
  this.getTool = () => undefined;
7017
6795
  this.getToolByName = () => undefined;
7018
6796
  this.onDidChangeTools = Event.None;
7019
- this.registerToolData = unsupported;
7020
- this.registerToolImplementation = () => {
7021
- unsupported();
7022
- };
6797
+ this.registerToolData = () => Disposable.None;
6798
+ this.registerToolImplementation = () => Disposable.None;
7023
6799
  this.getTools = () => [];
7024
6800
  this.invokeTool = unsupported;
7025
- this.cancelToolCallsForRequest = () => {
7026
- unsupported();
7027
- };
6801
+ this.cancelToolCallsForRequest = unsupported;
7028
6802
  this.setToolAutoConfirmation = unsupported;
7029
- this.resetToolAutoConfirmation = () => {
7030
- unsupported();
7031
- };
6803
+ this.resetToolAutoConfirmation = unsupported;
7032
6804
  this.getToolSetByName = () => undefined;
7033
6805
  this.createToolSet = unsupported;
6806
+ this.toolSets = constObservable([]);
7034
6807
  this.toToolEnablementMap = unsupported;
7035
- this.toToolAndToolSetEnablementMap = () => {
7036
- unsupported();
7037
- };
6808
+ this.toToolAndToolSetEnablementMap = unsupported;
7038
6809
  this.flushToolChanges = () => {
7039
6810
  unsupported();
7040
6811
  };
7041
6812
  this.getToolSet = () => undefined;
7042
6813
  }
7043
- get toolSets() {
7044
- return unsupported();
7045
- }
7046
6814
  }
7047
- __decorate([
7048
- Unsupported
7049
- ], LanguageModelToolsService.prototype, "registerToolData", void 0);
7050
- __decorate([
7051
- Unsupported
7052
- ], LanguageModelToolsService.prototype, "registerToolImplementation", void 0);
7053
6815
  __decorate([
7054
6816
  Unsupported
7055
6817
  ], LanguageModelToolsService.prototype, "invokeTool", void 0);
@@ -7065,9 +6827,6 @@ __decorate([
7065
6827
  __decorate([
7066
6828
  Unsupported
7067
6829
  ], LanguageModelToolsService.prototype, "createToolSet", void 0);
7068
- __decorate([
7069
- Unsupported
7070
- ], LanguageModelToolsService.prototype, "toolSets", null);
7071
6830
  __decorate([
7072
6831
  Unsupported
7073
6832
  ], LanguageModelToolsService.prototype, "toToolEnablementMap", void 0);
@@ -7127,9 +6886,7 @@ class ChatEditingService {
7127
6886
  };
7128
6887
  this.getRelatedFiles = async () => undefined;
7129
6888
  this.getEditingSession = () => undefined;
7130
- this.startOrContinueGlobalEditingSession = () => {
7131
- unsupported();
7132
- };
6889
+ this.startOrContinueGlobalEditingSession = unsupported;
7133
6890
  this.createEditingSession = unsupported;
7134
6891
  }
7135
6892
  }
@@ -7157,9 +6914,7 @@ registerSingleton(IActionViewItemService, ActionViewItemService, InstantiationTy
7157
6914
  class LanguageModelIgnoredFilesService {
7158
6915
  constructor() {
7159
6916
  this.fileIsIgnored = async () => false;
7160
- this.registerIgnoredFileProvider = () => {
7161
- unsupported();
7162
- };
6917
+ this.registerIgnoredFileProvider = unsupported;
7163
6918
  }
7164
6919
  }
7165
6920
  __decorate([
@@ -7175,9 +6930,7 @@ class AllowedExtensionsService {
7175
6930
  registerSingleton(IAllowedExtensionsService, AllowedExtensionsService, InstantiationType.Delayed);
7176
6931
  class ChatTransferService {
7177
6932
  constructor() {
7178
- this.checkAndSetTransferredWorkspaceTrust = () => {
7179
- unsupported();
7180
- };
6933
+ this.checkAndSetTransferredWorkspaceTrust = unsupported;
7181
6934
  this.addWorkspaceToTransferred = unsupported;
7182
6935
  }
7183
6936
  }
@@ -7233,9 +6986,7 @@ registerSingleton(IQuickDiffModelService, QuickDiffModelService, InstantiationTy
7233
6986
  class TerminalCompletionService {
7234
6987
  constructor() {
7235
6988
  this.onDidChangeProviders = Event.None;
7236
- this.registerTerminalCompletionProvider = () => {
7237
- unsupported();
7238
- };
6989
+ this.registerTerminalCompletionProvider = unsupported;
7239
6990
  this.provideCompletions = unsupported;
7240
6991
  }
7241
6992
  get providers() {