@codingame/monaco-vscode-extension-gallery-service-override 12.0.0 → 13.0.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.
- package/index.d.ts +1 -1
- package/index.js +23 -23
- package/package.json +26 -21
- package/vscode/src/vs/base/common/paging.d.ts +1 -1
- package/vscode/src/vs/base/common/paging.js +3 -3
- package/vscode/src/vs/platform/extensionManagement/common/abstractExtensionManagementService.d.ts +15 -15
- package/vscode/src/vs/platform/extensionManagement/common/abstractExtensionManagementService.js +22 -22
- package/vscode/src/vs/platform/extensionManagement/common/allowedExtensionsService.d.ts +8 -8
- package/vscode/src/vs/platform/extensionManagement/common/allowedExtensionsService.js +11 -11
- package/vscode/src/vs/platform/extensionManagement/common/extensionGalleryService.d.ts +14 -14
- package/vscode/src/vs/platform/extensionManagement/common/extensionGalleryService.js +24 -24
- package/vscode/src/vs/platform/extensionManagement/common/extensionManagementIpc.d.ts +10 -10
- package/vscode/src/vs/platform/extensionManagement/common/extensionManagementIpc.js +3 -3
- package/vscode/src/vs/platform/extensionManagement/common/extensionTipsService.d.ts +11 -11
- package/vscode/src/vs/platform/extensionManagement/common/extensionTipsService.js +20 -20
- package/vscode/src/vs/platform/extensionManagement/common/unsupportedExtensionsMigration.d.ts +5 -5
- package/vscode/src/vs/platform/extensionManagement/common/unsupportedExtensionsMigration.js +4 -4
- package/vscode/src/vs/platform/externalServices/common/marketplace.d.ts +6 -6
- package/vscode/src/vs/platform/externalServices/common/marketplace.js +2 -2
- package/vscode/src/vs/platform/userDataProfile/common/userDataProfileIpc.d.ts +8 -8
- package/vscode/src/vs/platform/userDataProfile/common/userDataProfileIpc.js +7 -7
- package/vscode/src/vs/platform/userDataSync/common/ignoredExtensions.d.ts +3 -3
- package/vscode/src/vs/platform/userDataSync/common/ignoredExtensions.js +4 -4
- package/vscode/src/vs/workbench/contrib/extensions/browser/abstractRuntimeExtensionsEditor.d.ts +21 -21
- package/vscode/src/vs/workbench/contrib/extensions/browser/abstractRuntimeExtensionsEditor.js +50 -50
- package/vscode/src/vs/workbench/contrib/extensions/browser/browserRuntimeExtensionsEditor.d.ts +3 -3
- package/vscode/src/vs/workbench/contrib/extensions/browser/configBasedRecommendations.d.ts +3 -3
- package/vscode/src/vs/workbench/contrib/extensions/browser/configBasedRecommendations.js +5 -5
- package/vscode/src/vs/workbench/contrib/extensions/browser/exeBasedRecommendations.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/extensions/browser/exeBasedRecommendations.js +3 -3
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionEditor.d.ts +26 -26
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionEditor.js +65 -65
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant.d.ts +8 -8
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant.js +8 -8
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionFeaturesTab.d.ts +4 -4
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionFeaturesTab.js +47 -47
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionRecommendationNotificationService.d.ts +14 -14
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionRecommendationNotificationService.js +25 -25
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionRecommendations.d.ts +2 -2
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionRecommendations.js +1 -1
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionRecommendationsService.d.ts +15 -15
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionRecommendationsService.js +20 -20
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensions.contribution.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensions.contribution.js +55 -55
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensions.web.contribution.js +4 -4
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsActivationProgress.d.ts +4 -4
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsActivationProgress.js +8 -8
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsCompletionItemsProvider.d.ts +4 -4
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsCompletionItemsProvider.js +8 -8
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsDependencyChecker.d.ts +6 -6
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsDependencyChecker.js +15 -15
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsList.d.ts +11 -11
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsList.js +15 -15
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsQuickAccess.d.ts +8 -8
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsQuickAccess.js +6 -6
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsViewer.d.ts +9 -9
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsViewer.js +30 -30
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsViewlet.d.ts +31 -31
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsViewlet.js +58 -58
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsViews.d.ts +33 -33
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsViews.js +54 -54
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsWidgets.d.ts +17 -17
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsWidgets.js +51 -51
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.d.ts +46 -46
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.js +62 -62
- package/vscode/src/vs/workbench/contrib/extensions/browser/fileBasedRecommendations.d.ts +8 -8
- package/vscode/src/vs/workbench/contrib/extensions/browser/fileBasedRecommendations.js +22 -22
- package/vscode/src/vs/workbench/contrib/extensions/browser/keymapRecommendations.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/extensions/browser/keymapRecommendations.js +2 -2
- package/vscode/src/vs/workbench/contrib/extensions/browser/languageRecommendations.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/extensions/browser/languageRecommendations.js +2 -2
- package/vscode/src/vs/workbench/contrib/extensions/browser/media/extension.css.js +1 -1
- package/vscode/src/vs/workbench/contrib/extensions/browser/media/extensionEditor.css.js +1 -1
- package/vscode/src/vs/workbench/contrib/extensions/browser/media/extensionsViewlet.css.js +1 -1
- package/vscode/src/vs/workbench/contrib/extensions/browser/media/extensionsWidgets.css.js +1 -1
- package/vscode/src/vs/workbench/contrib/extensions/browser/media/runtimeExtensionsEditor.css.js +1 -1
- package/vscode/src/vs/workbench/contrib/extensions/browser/remoteRecommendations.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/extensions/browser/remoteRecommendations.js +3 -3
- package/vscode/src/vs/workbench/contrib/extensions/browser/unsupportedExtensionsMigrationContribution.d.ts +6 -6
- package/vscode/src/vs/workbench/contrib/extensions/browser/unsupportedExtensionsMigrationContribution.js +5 -5
- package/vscode/src/vs/workbench/contrib/extensions/browser/webRecommendations.d.ts +2 -2
- package/vscode/src/vs/workbench/contrib/extensions/browser/webRecommendations.js +4 -4
- package/vscode/src/vs/workbench/contrib/extensions/browser/workspaceRecommendations.d.ts +7 -7
- package/vscode/src/vs/workbench/contrib/extensions/browser/workspaceRecommendations.js +13 -13
- package/vscode/src/vs/workbench/contrib/extensions/common/extensionQuery.js +1 -1
- package/vscode/src/vs/workbench/contrib/extensions/common/reportExtensionIssueAction.d.ts +3 -3
- package/vscode/src/vs/workbench/contrib/extensions/common/reportExtensionIssueAction.js +4 -4
- package/vscode/src/vs/workbench/contrib/extensions/common/runtimeExtensionsInput.d.ts +4 -4
- package/vscode/src/vs/workbench/contrib/extensions/common/runtimeExtensionsInput.js +6 -6
- package/vscode/src/vs/workbench/services/extensionManagement/browser/extensionEnablementService.d.ts +26 -26
- package/vscode/src/vs/workbench/services/extensionManagement/browser/extensionEnablementService.js +31 -31
- package/vscode/src/vs/workbench/services/extensionManagement/browser/extensionsProfileScannerService.d.ts +7 -7
- package/vscode/src/vs/workbench/services/extensionManagement/browser/extensionsProfileScannerService.js +10 -10
- package/vscode/src/vs/workbench/services/extensionManagement/browser/webExtensionsScannerService.d.ts +19 -19
- package/vscode/src/vs/workbench/services/extensionManagement/browser/webExtensionsScannerService.js +43 -43
- package/vscode/src/vs/workbench/services/extensionManagement/common/extensionFeaturesManagemetService.d.ts +10 -10
- package/vscode/src/vs/workbench/services/extensionManagement/common/extensionFeaturesManagemetService.js +16 -16
- package/vscode/src/vs/workbench/services/extensionManagement/common/extensionManagementChannelClient.d.ts +14 -14
- package/vscode/src/vs/workbench/services/extensionManagement/common/extensionManagementChannelClient.js +4 -4
- package/vscode/src/vs/workbench/services/extensionManagement/common/extensionManagementServerService.d.ts +6 -6
- package/vscode/src/vs/workbench/services/extensionManagement/common/extensionManagementServerService.js +9 -9
- package/vscode/src/vs/workbench/services/extensionManagement/common/extensionManagementService.d.ts +24 -24
- package/vscode/src/vs/workbench/services/extensionManagement/common/extensionManagementService.js +39 -39
- package/vscode/src/vs/workbench/services/extensionManagement/common/remoteExtensionManagementService.d.ts +11 -11
- package/vscode/src/vs/workbench/services/extensionManagement/common/remoteExtensionManagementService.js +7 -7
- package/vscode/src/vs/workbench/services/extensionManagement/common/webExtensionManagementService.d.ts +24 -24
- package/vscode/src/vs/workbench/services/extensionManagement/common/webExtensionManagementService.js +19 -19
- package/vscode/src/vs/workbench/services/extensionRecommendations/common/extensionIgnoredRecommendationsService.d.ts +6 -6
- package/vscode/src/vs/workbench/services/extensionRecommendations/common/extensionIgnoredRecommendationsService.js +9 -9
- package/vscode/src/vs/workbench/services/extensions/browser/extensionUrlHandler.d.ts +15 -15
- package/vscode/src/vs/workbench/services/extensions/browser/extensionUrlHandler.js +27 -27
- package/vscode/src/vs/workbench/services/extensions/browser/extensionsScannerService.d.ts +11 -11
- package/vscode/src/vs/workbench/services/extensions/browser/extensionsScannerService.js +12 -12
- package/vscode/src/vs/workbench/services/userDataProfile/common/remoteUserDataProfiles.d.ts +9 -9
- package/vscode/src/vs/workbench/services/userDataProfile/common/remoteUserDataProfiles.js +12 -12
package/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { IEditorOverrideServices } from "vscode/vscode/vs/editor/standalone/browser/standaloneServices";
|
|
1
|
+
import type { IEditorOverrideServices } from "@codingame/monaco-vscode-api/vscode/vs/editor/standalone/browser/standaloneServices";
|
|
2
2
|
export interface ExtensionGalleryOptions {
|
|
3
3
|
/**
|
|
4
4
|
* Whether we should only allow for web extensions to be installed, this is generally
|
package/index.js
CHANGED
|
@@ -1,50 +1,50 @@
|
|
|
1
1
|
|
|
2
|
-
import { __decorate, __param } from 'vscode/external/tslib/tslib.es6';
|
|
3
|
-
import { SyncDescriptor } from 'vscode/vscode/vs/platform/instantiation/common/descriptors';
|
|
4
|
-
import { IExtensionGalleryService, IGlobalExtensionEnablementService, IExtensionTipsService, IAllowedExtensionsService } from 'vscode/vscode/vs/platform/extensionManagement/common/extensionManagement.service';
|
|
2
|
+
import { __decorate, __param } from '@codingame/monaco-vscode-api/external/tslib/tslib.es6';
|
|
3
|
+
import { SyncDescriptor } from '@codingame/monaco-vscode-api/vscode/vs/platform/instantiation/common/descriptors';
|
|
4
|
+
import { IExtensionGalleryService, IGlobalExtensionEnablementService, IExtensionTipsService, IAllowedExtensionsService } from '@codingame/monaco-vscode-api/vscode/vs/platform/extensionManagement/common/extensionManagement.service';
|
|
5
5
|
import { ExtensionGalleryService } from './vscode/src/vs/platform/extensionManagement/common/extensionGalleryService.js';
|
|
6
6
|
import { GlobalExtensionEnablementService } from '@codingame/monaco-vscode-a2719803-af40-5ae9-a29f-8a2231c33056-common/vscode/vs/platform/extensionManagement/common/extensionEnablementService';
|
|
7
|
-
import { IExtensionsWorkbenchService } from 'vscode/vscode/vs/workbench/contrib/extensions/common/extensions.service';
|
|
7
|
+
import { IExtensionsWorkbenchService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/extensions/common/extensions.service';
|
|
8
8
|
import { getLocale } from '@codingame/monaco-vscode-47923ab1-c4c8-58b5-89ac-fa1b998eb5dd-common/vscode/vs/platform/languagePacks/common/languagePacks';
|
|
9
9
|
import { ExtensionsWorkbenchService } from './vscode/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.js';
|
|
10
|
-
import { IExtensionManagementServerService, IWebExtensionsScannerService, IWorkbenchExtensionManagementService, IWorkbenchExtensionEnablementService } from 'vscode/vscode/vs/workbench/services/extensionManagement/common/extensionManagement.service';
|
|
10
|
+
import { IExtensionManagementServerService, IWebExtensionsScannerService, IWorkbenchExtensionManagementService, IWorkbenchExtensionEnablementService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/extensionManagement/common/extensionManagement.service';
|
|
11
11
|
import { ExtensionManagementServerService } from './vscode/src/vs/workbench/services/extensionManagement/common/extensionManagementServerService.js';
|
|
12
|
-
import { IExtensionRecommendationsService, IExtensionIgnoredRecommendationsService } from 'vscode/vscode/vs/workbench/services/extensionRecommendations/common/extensionRecommendations.service';
|
|
12
|
+
import { IExtensionRecommendationsService, IExtensionIgnoredRecommendationsService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/extensionRecommendations/common/extensionRecommendations.service';
|
|
13
13
|
import { ExtensionRecommendationsService } from './vscode/src/vs/workbench/contrib/extensions/browser/extensionRecommendationsService.js';
|
|
14
14
|
import { WebExtensionsScannerService } from './vscode/src/vs/workbench/services/extensionManagement/browser/webExtensionsScannerService.js';
|
|
15
|
-
import { IExtensionRecommendationNotificationService } from 'vscode/vscode/vs/platform/extensionRecommendations/common/extensionRecommendations.service';
|
|
15
|
+
import { IExtensionRecommendationNotificationService } from '@codingame/monaco-vscode-api/vscode/vs/platform/extensionRecommendations/common/extensionRecommendations.service';
|
|
16
16
|
import { IgnoredExtensionsManagementService } from './vscode/src/vs/platform/userDataSync/common/ignoredExtensions.js';
|
|
17
|
-
import { IIgnoredExtensionsManagementService } from 'vscode/vscode/vs/platform/userDataSync/common/ignoredExtensions.service';
|
|
17
|
+
import { IIgnoredExtensionsManagementService } from '@codingame/monaco-vscode-api/vscode/vs/platform/userDataSync/common/ignoredExtensions.service';
|
|
18
18
|
import { ExtensionManifestPropertiesService } from '@codingame/monaco-vscode-d7f659f5-da33-5ea8-a3b8-9b94f2cf5f33-common/vscode/vs/workbench/services/extensions/common/extensionManifestPropertiesService';
|
|
19
|
-
import { IExtensionManifestPropertiesService } from 'vscode/vscode/vs/workbench/services/extensions/common/extensionManifestPropertiesService.service';
|
|
20
|
-
import { IBuiltinExtensionsScannerService } from 'vscode/vscode/vs/platform/extensions/common/extensions.service';
|
|
19
|
+
import { IExtensionManifestPropertiesService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/extensions/common/extensionManifestPropertiesService.service';
|
|
20
|
+
import { IBuiltinExtensionsScannerService } from '@codingame/monaco-vscode-api/vscode/vs/platform/extensions/common/extensions.service';
|
|
21
21
|
import { ExtensionIgnoredRecommendationsService } from './vscode/src/vs/workbench/services/extensionRecommendations/common/extensionIgnoredRecommendationsService.js';
|
|
22
22
|
import { WorkspaceExtensionsConfigService } from '@codingame/monaco-vscode-47923ab1-c4c8-58b5-89ac-fa1b998eb5dd-common/vscode/vs/workbench/services/extensionRecommendations/common/workspaceExtensionsConfig';
|
|
23
|
-
import { IWorkspaceExtensionsConfigService } from 'vscode/vscode/vs/workbench/services/extensionRecommendations/common/workspaceExtensionsConfig.service';
|
|
23
|
+
import { IWorkspaceExtensionsConfigService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/extensionRecommendations/common/workspaceExtensionsConfig.service';
|
|
24
24
|
import { ExtensionRecommendationNotificationService } from './vscode/src/vs/workbench/contrib/extensions/browser/extensionRecommendationNotificationService.js';
|
|
25
25
|
import { ExtensionTipsService } from './vscode/src/vs/platform/extensionManagement/common/extensionTipsService.js';
|
|
26
26
|
import { ExtensionManagementService } from './vscode/src/vs/workbench/services/extensionManagement/common/extensionManagementService.js';
|
|
27
27
|
import { RemoteUserDataProfilesService } from './vscode/src/vs/workbench/services/userDataProfile/common/remoteUserDataProfiles.js';
|
|
28
|
-
import { IRemoteUserDataProfilesService } from 'vscode/vscode/vs/workbench/services/userDataProfile/common/remoteUserDataProfiles.service';
|
|
28
|
+
import { IRemoteUserDataProfilesService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/userDataProfile/common/remoteUserDataProfiles.service';
|
|
29
29
|
import { ExtensionEnablementService } from './vscode/src/vs/workbench/services/extensionManagement/browser/extensionEnablementService.js';
|
|
30
30
|
import { ExtensionUrlHandler } from './vscode/src/vs/workbench/services/extensions/browser/extensionUrlHandler.js';
|
|
31
|
-
import { IExtensionUrlHandler } from 'vscode/vscode/vs/workbench/services/extensions/browser/extensionUrlHandler.service';
|
|
32
|
-
import { IRemoteAgentService } from 'vscode/vscode/vs/workbench/services/remote/common/remoteAgentService.service';
|
|
33
|
-
import { IInstantiationService } from 'vscode/vscode/vs/platform/instantiation/common/instantiation';
|
|
34
|
-
import { IExtensionsScannerService } from 'vscode/vscode/vs/platform/extensionManagement/common/extensionsScannerService.service';
|
|
31
|
+
import { IExtensionUrlHandler } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/extensions/browser/extensionUrlHandler.service';
|
|
32
|
+
import { IRemoteAgentService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/remote/common/remoteAgentService.service';
|
|
33
|
+
import { IInstantiationService } from '@codingame/monaco-vscode-api/vscode/vs/platform/instantiation/common/instantiation';
|
|
34
|
+
import { IExtensionsScannerService } from '@codingame/monaco-vscode-api/vscode/vs/platform/extensionManagement/common/extensionsScannerService.service';
|
|
35
35
|
import { ExtensionsScannerService } from './vscode/src/vs/workbench/services/extensions/browser/extensionsScannerService.js';
|
|
36
36
|
import { ExtensionsProfileScannerService } from './vscode/src/vs/workbench/services/extensionManagement/browser/extensionsProfileScannerService.js';
|
|
37
|
-
import { IExtensionsProfileScannerService } from 'vscode/vscode/vs/platform/extensionManagement/common/extensionsProfileScannerService.service';
|
|
38
|
-
import { ILabelService } from 'vscode/vscode/vs/platform/label/common/label.service';
|
|
39
|
-
import { IExtensionFeaturesManagementService } from 'vscode/vscode/vs/workbench/services/extensionManagement/common/extensionFeatures.service';
|
|
37
|
+
import { IExtensionsProfileScannerService } from '@codingame/monaco-vscode-api/vscode/vs/platform/extensionManagement/common/extensionsProfileScannerService.service';
|
|
38
|
+
import { ILabelService } from '@codingame/monaco-vscode-api/vscode/vs/platform/label/common/label.service';
|
|
39
|
+
import { IExtensionFeaturesManagementService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/extensionManagement/common/extensionFeatures.service';
|
|
40
40
|
import { ExtensionFeaturesManagementService } from './vscode/src/vs/workbench/services/extensionManagement/common/extensionFeaturesManagemetService.js';
|
|
41
41
|
import { AllowedExtensionsService } from './vscode/src/vs/platform/extensionManagement/common/allowedExtensionsService.js';
|
|
42
|
-
import { registerAssets } from 'vscode/assets';
|
|
43
|
-
import { getExtensionManifests } from 'vscode/extensions';
|
|
44
|
-
import { isLocaleAvailable } from 'vscode/l10n';
|
|
42
|
+
import { registerAssets } from '@codingame/monaco-vscode-api/assets';
|
|
43
|
+
import { getExtensionManifests } from '@codingame/monaco-vscode-api/extensions';
|
|
44
|
+
import { isLocaleAvailable } from '@codingame/monaco-vscode-api/l10n';
|
|
45
45
|
import './vscode/src/vs/workbench/contrib/extensions/browser/extensions.contribution.js';
|
|
46
46
|
import './vscode/src/vs/workbench/contrib/extensions/browser/extensions.web.contribution.js';
|
|
47
|
-
import { unsupported } from 'vscode/tools';
|
|
47
|
+
import { unsupported } from '@codingame/monaco-vscode-api/tools';
|
|
48
48
|
|
|
49
49
|
registerAssets({
|
|
50
50
|
'vs/workbench/services/extensionManagement/common/media/defaultIcon.png': new URL('./assets/defaultIcon.png', import.meta.url).toString(),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-extension-gallery-service-override",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "13.0.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "VSCode public API plugged on the monaco editor - extension-gallery service-override",
|
|
6
6
|
"keywords": [],
|
|
@@ -15,30 +15,35 @@
|
|
|
15
15
|
},
|
|
16
16
|
"type": "module",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@codingame/monaco-vscode-039b5553-0838-562a-97c2-30d6e54a7b42-common": "
|
|
19
|
-
"@codingame/monaco-vscode-0f5ced28-abde-558b-8652-db8e7d4d64aa-common": "
|
|
20
|
-
"@codingame/monaco-vscode-10418ae3-ee63-5700-a757-89cbe6564ee4-common": "
|
|
21
|
-
"@codingame/monaco-vscode-
|
|
22
|
-
"@codingame/monaco-vscode-
|
|
23
|
-
"@codingame/monaco-vscode-
|
|
24
|
-
"@codingame/monaco-vscode-
|
|
25
|
-
"@codingame/monaco-vscode-
|
|
26
|
-
"@codingame/monaco-vscode-
|
|
27
|
-
"@codingame/monaco-vscode-
|
|
28
|
-
"@codingame/monaco-vscode-
|
|
29
|
-
"@codingame/monaco-vscode-
|
|
30
|
-
"@codingame/monaco-vscode-
|
|
31
|
-
"@codingame/monaco-vscode-
|
|
32
|
-
"@codingame/monaco-vscode-
|
|
33
|
-
"@codingame/monaco-vscode-
|
|
34
|
-
"@codingame/monaco-vscode-
|
|
35
|
-
"
|
|
18
|
+
"@codingame/monaco-vscode-039b5553-0838-562a-97c2-30d6e54a7b42-common": "13.0.0",
|
|
19
|
+
"@codingame/monaco-vscode-0f5ced28-abde-558b-8652-db8e7d4d64aa-common": "13.0.0",
|
|
20
|
+
"@codingame/monaco-vscode-10418ae3-ee63-5700-a757-89cbe6564ee4-common": "13.0.0",
|
|
21
|
+
"@codingame/monaco-vscode-1d9dbcb3-6f53-58ad-b0a4-92b1ef1fd6a8-common": "13.0.0",
|
|
22
|
+
"@codingame/monaco-vscode-219d9a5f-b446-507b-a188-1178a0867c75-common": "13.0.0",
|
|
23
|
+
"@codingame/monaco-vscode-22790577-4553-50b6-978d-0acc75c394cc-common": "13.0.0",
|
|
24
|
+
"@codingame/monaco-vscode-3a00040f-b81b-50bc-88da-35f611c0bd1e-common": "13.0.0",
|
|
25
|
+
"@codingame/monaco-vscode-47923ab1-c4c8-58b5-89ac-fa1b998eb5dd-common": "13.0.0",
|
|
26
|
+
"@codingame/monaco-vscode-5e324391-11e3-5ceb-93ee-938e4098e4ad-common": "13.0.0",
|
|
27
|
+
"@codingame/monaco-vscode-65619f8f-0eab-5d8b-855a-43b6353fe527-common": "13.0.0",
|
|
28
|
+
"@codingame/monaco-vscode-9e888134-1a6f-58d9-b0e6-0fc047448366-common": "13.0.0",
|
|
29
|
+
"@codingame/monaco-vscode-a2719803-af40-5ae9-a29f-8a2231c33056-common": "13.0.0",
|
|
30
|
+
"@codingame/monaco-vscode-a7c9ae3c-16d2-5d17-86b2-981be7094566-common": "13.0.0",
|
|
31
|
+
"@codingame/monaco-vscode-b4efa70b-52b9-5670-ab5c-f10b10b6834e-common": "13.0.0",
|
|
32
|
+
"@codingame/monaco-vscode-cc9ccbec-e2a1-599d-84ae-46f5efc666e3-common": "13.0.0",
|
|
33
|
+
"@codingame/monaco-vscode-d6e33d82-c101-549d-a885-0807ab3e0cfb-common": "13.0.0",
|
|
34
|
+
"@codingame/monaco-vscode-d7f659f5-da33-5ea8-a3b8-9b94f2cf5f33-common": "13.0.0",
|
|
35
|
+
"@codingame/monaco-vscode-e571cbbb-526b-5d8b-92c5-a0437d2dabb3-common": "13.0.0"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
|
-
"@codingame/monaco-vscode-
|
|
38
|
+
"@codingame/monaco-vscode-api": "13.0.0",
|
|
39
|
+
"@codingame/monaco-vscode-55ed5668-e8ca-5335-a587-790bcf1200c0-common": "13.0.0",
|
|
40
|
+
"@codingame/monaco-vscode-bd6ad8b7-9db3-51a8-9895-0046508c029d-common": "13.0.0"
|
|
39
41
|
},
|
|
40
42
|
"peerDependenciesMeta": {
|
|
41
|
-
"@codingame/monaco-vscode-
|
|
43
|
+
"@codingame/monaco-vscode-55ed5668-e8ca-5335-a587-790bcf1200c0-common": {
|
|
44
|
+
"optional": true
|
|
45
|
+
},
|
|
46
|
+
"@codingame/monaco-vscode-bd6ad8b7-9db3-51a8-9895-0046508c029d-common": {
|
|
42
47
|
"optional": true
|
|
43
48
|
}
|
|
44
49
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
|
-
import { range } from 'vscode/vscode/vs/base/common/arrays';
|
|
3
|
-
import { CancellationTokenSource } from 'vscode/vscode/vs/base/common/cancellation';
|
|
4
|
-
import { CancellationError } from 'vscode/vscode/vs/base/common/errors';
|
|
2
|
+
import { range } from '@codingame/monaco-vscode-api/vscode/vs/base/common/arrays';
|
|
3
|
+
import { CancellationTokenSource } from '@codingame/monaco-vscode-api/vscode/vs/base/common/cancellation';
|
|
4
|
+
import { CancellationError } from '@codingame/monaco-vscode-api/vscode/vs/base/common/errors';
|
|
5
5
|
|
|
6
6
|
function createPage(elements) {
|
|
7
7
|
return {
|
package/vscode/src/vs/platform/extensionManagement/common/abstractExtensionManagementService.d.ts
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { CancellationToken } from "vscode/vscode/vs/base/common/cancellation";
|
|
2
|
-
import { Emitter, Event } from "vscode/vscode/vs/base/common/event";
|
|
3
|
-
import { Disposable } from "vscode/vscode/vs/base/common/lifecycle";
|
|
4
|
-
import { URI } from "vscode/vscode/vs/base/common/uri";
|
|
5
|
-
import { ExtensionManagementError, IExtensionIdentifier, IExtensionManagementParticipant, IGalleryExtension, ILocalExtension, InstallOperation, IExtensionsControlManifest, ExtensionManagementErrorCode, InstallOptions, UninstallOptions, Metadata, InstallExtensionEvent, DidUninstallExtensionEvent, InstallExtensionResult, UninstallExtensionEvent, InstallExtensionInfo, IProductVersion, DidUpdateExtensionMetadata, UninstallExtensionInfo, ExtensionSignatureVerificationCode } from "vscode/vscode/vs/platform/extensionManagement/common/extensionManagement";
|
|
6
|
-
import { IAllowedExtensionsService } from "vscode/vscode/vs/platform/extensionManagement/common/extensionManagement.service";
|
|
7
|
-
import { IExtensionManagementService } from "vscode/vscode/vs/platform/extensionManagement/common/extensionManagement.service";
|
|
8
|
-
import { IExtensionGalleryService } from "vscode/vscode/vs/platform/extensionManagement/common/extensionManagement.service";
|
|
9
|
-
import { ExtensionType, IExtensionManifest, TargetPlatform } from "vscode/vscode/vs/platform/extensions/common/extensions";
|
|
10
|
-
import { ILogService } from "vscode/vscode/vs/platform/log/common/log.service";
|
|
11
|
-
import { IProductService } from "vscode/vscode/vs/platform/product/common/productService.service";
|
|
12
|
-
import { ITelemetryService } from "vscode/vscode/vs/platform/telemetry/common/telemetry.service";
|
|
13
|
-
import { IUriIdentityService } from "vscode/vscode/vs/platform/uriIdentity/common/uriIdentity.service";
|
|
14
|
-
import { IUserDataProfilesService } from "vscode/vscode/vs/platform/userDataProfile/common/userDataProfile.service";
|
|
15
|
-
import { IMarkdownString } from "vscode/vscode/vs/base/common/htmlContent";
|
|
1
|
+
import { CancellationToken } from "@codingame/monaco-vscode-api/vscode/vs/base/common/cancellation";
|
|
2
|
+
import { Emitter, Event } from "@codingame/monaco-vscode-api/vscode/vs/base/common/event";
|
|
3
|
+
import { Disposable } from "@codingame/monaco-vscode-api/vscode/vs/base/common/lifecycle";
|
|
4
|
+
import { URI } from "@codingame/monaco-vscode-api/vscode/vs/base/common/uri";
|
|
5
|
+
import { ExtensionManagementError, IExtensionIdentifier, IExtensionManagementParticipant, IGalleryExtension, ILocalExtension, InstallOperation, IExtensionsControlManifest, ExtensionManagementErrorCode, InstallOptions, UninstallOptions, Metadata, InstallExtensionEvent, DidUninstallExtensionEvent, InstallExtensionResult, UninstallExtensionEvent, InstallExtensionInfo, IProductVersion, DidUpdateExtensionMetadata, UninstallExtensionInfo, ExtensionSignatureVerificationCode } from "@codingame/monaco-vscode-api/vscode/vs/platform/extensionManagement/common/extensionManagement";
|
|
6
|
+
import { IAllowedExtensionsService } from "@codingame/monaco-vscode-api/vscode/vs/platform/extensionManagement/common/extensionManagement.service";
|
|
7
|
+
import { IExtensionManagementService } from "@codingame/monaco-vscode-api/vscode/vs/platform/extensionManagement/common/extensionManagement.service";
|
|
8
|
+
import { IExtensionGalleryService } from "@codingame/monaco-vscode-api/vscode/vs/platform/extensionManagement/common/extensionManagement.service";
|
|
9
|
+
import { ExtensionType, IExtensionManifest, TargetPlatform } from "@codingame/monaco-vscode-api/vscode/vs/platform/extensions/common/extensions";
|
|
10
|
+
import { ILogService } from "@codingame/monaco-vscode-api/vscode/vs/platform/log/common/log.service";
|
|
11
|
+
import { IProductService } from "@codingame/monaco-vscode-api/vscode/vs/platform/product/common/productService.service";
|
|
12
|
+
import { ITelemetryService } from "@codingame/monaco-vscode-api/vscode/vs/platform/telemetry/common/telemetry.service";
|
|
13
|
+
import { IUriIdentityService } from "@codingame/monaco-vscode-api/vscode/vs/platform/uriIdentity/common/uriIdentity.service";
|
|
14
|
+
import { IUserDataProfilesService } from "@codingame/monaco-vscode-api/vscode/vs/platform/userDataProfile/common/userDataProfile.service";
|
|
15
|
+
import { IMarkdownString } from "@codingame/monaco-vscode-api/vscode/vs/base/common/htmlContent";
|
|
16
16
|
export type InstallableExtension = {
|
|
17
17
|
readonly manifest: IExtensionManifest;
|
|
18
18
|
extension: IGalleryExtension | URI;
|
package/vscode/src/vs/platform/extensionManagement/common/abstractExtensionManagementService.js
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
|
|
2
|
-
import { __decorate, __param } from 'vscode/external/tslib/tslib.es6';
|
|
3
|
-
import { distinct, isNonEmptyArray } from 'vscode/vscode/vs/base/common/arrays';
|
|
4
|
-
import { Barrier, createCancelablePromise } from 'vscode/vscode/vs/base/common/async';
|
|
5
|
-
import { CancellationToken } from 'vscode/vscode/vs/base/common/cancellation';
|
|
6
|
-
import { getErrorMessage, isCancellationError, CancellationError } from 'vscode/vscode/vs/base/common/errors';
|
|
7
|
-
import { Emitter, Event } from 'vscode/vscode/vs/base/common/event';
|
|
8
|
-
import { Disposable, toDisposable } from 'vscode/vscode/vs/base/common/lifecycle';
|
|
9
|
-
import { ResourceMap } from 'vscode/vscode/vs/base/common/map';
|
|
10
|
-
import { isWeb } from 'vscode/vscode/vs/base/common/platform';
|
|
11
|
-
import { URI } from 'vscode/vscode/vs/base/common/uri';
|
|
12
|
-
import { localize } from 'vscode/vscode/vs/nls';
|
|
13
|
-
import { TargetPlatformToString, isTargetPlatformCompatible, ExtensionManagementError, ExtensionManagementErrorCode, InstallOperation, EXTENSION_INSTALL_DEP_PACK_CONTEXT, EXTENSION_INSTALL_SOURCE_CONTEXT, StatisticType, ExtensionGalleryError, ExtensionGalleryErrorCode, ExtensionSignatureVerificationCode } from 'vscode/vscode/vs/platform/extensionManagement/common/extensionManagement';
|
|
14
|
-
import { IAllowedExtensionsService, IExtensionGalleryService } from 'vscode/vscode/vs/platform/extensionManagement/common/extensionManagement.service';
|
|
15
|
-
import { areSameExtensions, ExtensionKey, getGalleryExtensionId, getGalleryExtensionTelemetryData, getLocalExtensionTelemetryData } from 'vscode/vscode/vs/platform/extensionManagement/common/extensionManagementUtil';
|
|
16
|
-
import { isApplicationScopedExtension, ExtensionType } from 'vscode/vscode/vs/platform/extensions/common/extensions';
|
|
17
|
-
import { areApiProposalsCompatible } from 'vscode/vscode/vs/platform/extensions/common/extensionValidator';
|
|
18
|
-
import { ILogService } from 'vscode/vscode/vs/platform/log/common/log.service';
|
|
19
|
-
import { IProductService } from 'vscode/vscode/vs/platform/product/common/productService.service';
|
|
20
|
-
import { ITelemetryService } from 'vscode/vscode/vs/platform/telemetry/common/telemetry.service';
|
|
21
|
-
import { IUriIdentityService } from 'vscode/vscode/vs/platform/uriIdentity/common/uriIdentity.service';
|
|
22
|
-
import { IUserDataProfilesService } from 'vscode/vscode/vs/platform/userDataProfile/common/userDataProfile.service';
|
|
23
|
-
import { MarkdownString } from 'vscode/vscode/vs/base/common/htmlContent';
|
|
2
|
+
import { __decorate, __param } from '@codingame/monaco-vscode-api/external/tslib/tslib.es6';
|
|
3
|
+
import { distinct, isNonEmptyArray } from '@codingame/monaco-vscode-api/vscode/vs/base/common/arrays';
|
|
4
|
+
import { Barrier, createCancelablePromise } from '@codingame/monaco-vscode-api/vscode/vs/base/common/async';
|
|
5
|
+
import { CancellationToken } from '@codingame/monaco-vscode-api/vscode/vs/base/common/cancellation';
|
|
6
|
+
import { getErrorMessage, isCancellationError, CancellationError } from '@codingame/monaco-vscode-api/vscode/vs/base/common/errors';
|
|
7
|
+
import { Emitter, Event } from '@codingame/monaco-vscode-api/vscode/vs/base/common/event';
|
|
8
|
+
import { Disposable, toDisposable } from '@codingame/monaco-vscode-api/vscode/vs/base/common/lifecycle';
|
|
9
|
+
import { ResourceMap } from '@codingame/monaco-vscode-api/vscode/vs/base/common/map';
|
|
10
|
+
import { isWeb } from '@codingame/monaco-vscode-api/vscode/vs/base/common/platform';
|
|
11
|
+
import { URI } from '@codingame/monaco-vscode-api/vscode/vs/base/common/uri';
|
|
12
|
+
import { localize } from '@codingame/monaco-vscode-api/vscode/vs/nls';
|
|
13
|
+
import { TargetPlatformToString, isTargetPlatformCompatible, ExtensionManagementError, ExtensionManagementErrorCode, InstallOperation, EXTENSION_INSTALL_DEP_PACK_CONTEXT, EXTENSION_INSTALL_SOURCE_CONTEXT, StatisticType, ExtensionGalleryError, ExtensionGalleryErrorCode, ExtensionSignatureVerificationCode } from '@codingame/monaco-vscode-api/vscode/vs/platform/extensionManagement/common/extensionManagement';
|
|
14
|
+
import { IAllowedExtensionsService, IExtensionGalleryService } from '@codingame/monaco-vscode-api/vscode/vs/platform/extensionManagement/common/extensionManagement.service';
|
|
15
|
+
import { areSameExtensions, ExtensionKey, getGalleryExtensionId, getGalleryExtensionTelemetryData, getLocalExtensionTelemetryData } from '@codingame/monaco-vscode-api/vscode/vs/platform/extensionManagement/common/extensionManagementUtil';
|
|
16
|
+
import { isApplicationScopedExtension, ExtensionType } from '@codingame/monaco-vscode-api/vscode/vs/platform/extensions/common/extensions';
|
|
17
|
+
import { areApiProposalsCompatible } from '@codingame/monaco-vscode-api/vscode/vs/platform/extensions/common/extensionValidator';
|
|
18
|
+
import { ILogService } from '@codingame/monaco-vscode-api/vscode/vs/platform/log/common/log.service';
|
|
19
|
+
import { IProductService } from '@codingame/monaco-vscode-api/vscode/vs/platform/product/common/productService.service';
|
|
20
|
+
import { ITelemetryService } from '@codingame/monaco-vscode-api/vscode/vs/platform/telemetry/common/telemetry.service';
|
|
21
|
+
import { IUriIdentityService } from '@codingame/monaco-vscode-api/vscode/vs/platform/uriIdentity/common/uriIdentity.service';
|
|
22
|
+
import { IUserDataProfilesService } from '@codingame/monaco-vscode-api/vscode/vs/platform/userDataProfile/common/userDataProfile.service';
|
|
23
|
+
import { MarkdownString } from '@codingame/monaco-vscode-api/vscode/vs/base/common/htmlContent';
|
|
24
24
|
|
|
25
25
|
let CommontExtensionManagementService = class CommontExtensionManagementService extends Disposable {
|
|
26
26
|
constructor(productService, allowedExtensionsService) {
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { Disposable } from "vscode/vscode/vs/base/common/lifecycle";
|
|
2
|
-
import { IGalleryExtension } from "vscode/vscode/vs/platform/extensionManagement/common/extensionManagement";
|
|
3
|
-
import { IAllowedExtensionsService } from "vscode/vscode/vs/platform/extensionManagement/common/extensionManagement.service";
|
|
4
|
-
import { IExtension, TargetPlatform } from "vscode/vscode/vs/platform/extensions/common/extensions";
|
|
5
|
-
import { IProductService } from "vscode/vscode/vs/platform/product/common/productService.service";
|
|
6
|
-
import { IMarkdownString } from "vscode/vscode/vs/base/common/htmlContent";
|
|
7
|
-
import { IConfigurationService } from "vscode/vscode/vs/platform/configuration/common/configuration.service";
|
|
1
|
+
import { Disposable } from "@codingame/monaco-vscode-api/vscode/vs/base/common/lifecycle";
|
|
2
|
+
import { IGalleryExtension } from "@codingame/monaco-vscode-api/vscode/vs/platform/extensionManagement/common/extensionManagement";
|
|
3
|
+
import { IAllowedExtensionsService } from "@codingame/monaco-vscode-api/vscode/vs/platform/extensionManagement/common/extensionManagement.service";
|
|
4
|
+
import { IExtension, TargetPlatform } from "@codingame/monaco-vscode-api/vscode/vs/platform/extensions/common/extensions";
|
|
5
|
+
import { IProductService } from "@codingame/monaco-vscode-api/vscode/vs/platform/product/common/productService.service";
|
|
6
|
+
import { IMarkdownString } from "@codingame/monaco-vscode-api/vscode/vs/base/common/htmlContent";
|
|
7
|
+
import { IConfigurationService } from "@codingame/monaco-vscode-api/vscode/vs/platform/configuration/common/configuration.service";
|
|
8
8
|
export declare class AllowedExtensionsService extends Disposable implements IAllowedExtensionsService {
|
|
9
9
|
protected readonly configurationService: IConfigurationService;
|
|
10
10
|
_serviceBrand: undefined;
|
|
11
11
|
private allowedExtensions;
|
|
12
12
|
private readonly publisherOrgs;
|
|
13
13
|
private _onDidChangeAllowedExtensions;
|
|
14
|
-
readonly onDidChangeAllowedExtensions: import("vscode/vscode/vs/base/common/event").Event<void>;
|
|
14
|
+
readonly onDidChangeAllowedExtensions: import("@codingame/monaco-vscode-api/vscode/vs/base/common/event").Event<void>;
|
|
15
15
|
constructor(productService: IProductService, configurationService: IConfigurationService);
|
|
16
16
|
private getAllowedExtensionsValue;
|
|
17
17
|
isAllowed(extension: IGalleryExtension | IExtension | {
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
|
|
2
|
-
import { __decorate, __param } from 'vscode/external/tslib/tslib.es6';
|
|
3
|
-
import { Disposable } from 'vscode/vscode/vs/base/common/lifecycle';
|
|
4
|
-
import { URI } from 'vscode/vscode/vs/base/common/uri';
|
|
5
|
-
import { localize } from 'vscode/vscode/vs/nls';
|
|
6
|
-
import { AllowedExtensionsConfigKey } from 'vscode/vscode/vs/platform/extensionManagement/common/extensionManagement';
|
|
7
|
-
import { ExtensionType, TargetPlatform } from 'vscode/vscode/vs/platform/extensions/common/extensions';
|
|
8
|
-
import { IProductService } from 'vscode/vscode/vs/platform/product/common/productService.service';
|
|
9
|
-
import { MarkdownString } from 'vscode/vscode/vs/base/common/htmlContent';
|
|
10
|
-
import { IConfigurationService } from 'vscode/vscode/vs/platform/configuration/common/configuration.service';
|
|
11
|
-
import { isObject, isUndefined, isBoolean } from 'vscode/vscode/vs/base/common/types';
|
|
12
|
-
import { Emitter } from 'vscode/vscode/vs/base/common/event';
|
|
2
|
+
import { __decorate, __param } from '@codingame/monaco-vscode-api/external/tslib/tslib.es6';
|
|
3
|
+
import { Disposable } from '@codingame/monaco-vscode-api/vscode/vs/base/common/lifecycle';
|
|
4
|
+
import { URI } from '@codingame/monaco-vscode-api/vscode/vs/base/common/uri';
|
|
5
|
+
import { localize } from '@codingame/monaco-vscode-api/vscode/vs/nls';
|
|
6
|
+
import { AllowedExtensionsConfigKey } from '@codingame/monaco-vscode-api/vscode/vs/platform/extensionManagement/common/extensionManagement';
|
|
7
|
+
import { ExtensionType, TargetPlatform } from '@codingame/monaco-vscode-api/vscode/vs/platform/extensions/common/extensions';
|
|
8
|
+
import { IProductService } from '@codingame/monaco-vscode-api/vscode/vs/platform/product/common/productService.service';
|
|
9
|
+
import { MarkdownString } from '@codingame/monaco-vscode-api/vscode/vs/base/common/htmlContent';
|
|
10
|
+
import { IConfigurationService } from '@codingame/monaco-vscode-api/vscode/vs/platform/configuration/common/configuration.service';
|
|
11
|
+
import { isObject, isUndefined, isBoolean } from '@codingame/monaco-vscode-api/vscode/vs/base/common/types';
|
|
12
|
+
import { Emitter } from '@codingame/monaco-vscode-api/vscode/vs/base/common/event';
|
|
13
13
|
|
|
14
14
|
function isGalleryExtension(extension) {
|
|
15
15
|
return extension.type === 'gallery';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { CancellationToken } from "vscode/vscode/vs/base/common/cancellation";
|
|
1
|
+
import { CancellationToken } from "@codingame/monaco-vscode-api/vscode/vs/base/common/cancellation";
|
|
2
2
|
import { IPager } from "../../../base/common/paging.js";
|
|
3
|
-
import { URI } from "vscode/vscode/vs/base/common/uri";
|
|
4
|
-
import { IConfigurationService } from "vscode/vscode/vs/platform/configuration/common/configuration.service";
|
|
5
|
-
import { IEnvironmentService } from "vscode/vscode/vs/platform/environment/common/environment.service";
|
|
6
|
-
import { IExtensionIdentifier, IExtensionInfo, IGalleryExtension, IGalleryExtensionVersion, InstallOperation, IQueryOptions, IExtensionsControlManifest, ITranslation, StatisticType, IExtensionQueryOptions, IProductVersion } from "vscode/vscode/vs/platform/extensionManagement/common/extensionManagement";
|
|
7
|
-
import { IAllowedExtensionsService } from "vscode/vscode/vs/platform/extensionManagement/common/extensionManagement.service";
|
|
8
|
-
import { IExtensionGalleryService } from "vscode/vscode/vs/platform/extensionManagement/common/extensionManagement.service";
|
|
9
|
-
import { IExtensionManifest, TargetPlatform } from "vscode/vscode/vs/platform/extensions/common/extensions";
|
|
10
|
-
import { IFileService } from "vscode/vscode/vs/platform/files/common/files.service";
|
|
11
|
-
import { ILogService } from "vscode/vscode/vs/platform/log/common/log.service";
|
|
12
|
-
import { IProductService } from "vscode/vscode/vs/platform/product/common/productService.service";
|
|
13
|
-
import { IRequestService } from "vscode/vscode/vs/platform/request/common/request.service";
|
|
14
|
-
import { IStorageService } from "vscode/vscode/vs/platform/storage/common/storage.service";
|
|
15
|
-
import { ITelemetryService } from "vscode/vscode/vs/platform/telemetry/common/telemetry.service";
|
|
3
|
+
import { URI } from "@codingame/monaco-vscode-api/vscode/vs/base/common/uri";
|
|
4
|
+
import { IConfigurationService } from "@codingame/monaco-vscode-api/vscode/vs/platform/configuration/common/configuration.service";
|
|
5
|
+
import { IEnvironmentService } from "@codingame/monaco-vscode-api/vscode/vs/platform/environment/common/environment.service";
|
|
6
|
+
import { IExtensionIdentifier, IExtensionInfo, IGalleryExtension, IGalleryExtensionVersion, InstallOperation, IQueryOptions, IExtensionsControlManifest, ITranslation, StatisticType, IExtensionQueryOptions, IProductVersion } from "@codingame/monaco-vscode-api/vscode/vs/platform/extensionManagement/common/extensionManagement";
|
|
7
|
+
import { IAllowedExtensionsService } from "@codingame/monaco-vscode-api/vscode/vs/platform/extensionManagement/common/extensionManagement.service";
|
|
8
|
+
import { IExtensionGalleryService } from "@codingame/monaco-vscode-api/vscode/vs/platform/extensionManagement/common/extensionManagement.service";
|
|
9
|
+
import { IExtensionManifest, TargetPlatform } from "@codingame/monaco-vscode-api/vscode/vs/platform/extensions/common/extensions";
|
|
10
|
+
import { IFileService } from "@codingame/monaco-vscode-api/vscode/vs/platform/files/common/files.service";
|
|
11
|
+
import { ILogService } from "@codingame/monaco-vscode-api/vscode/vs/platform/log/common/log.service";
|
|
12
|
+
import { IProductService } from "@codingame/monaco-vscode-api/vscode/vs/platform/product/common/productService.service";
|
|
13
|
+
import { IRequestService } from "@codingame/monaco-vscode-api/vscode/vs/platform/request/common/request.service";
|
|
14
|
+
import { IStorageService } from "@codingame/monaco-vscode-api/vscode/vs/platform/storage/common/storage.service";
|
|
15
|
+
import { ITelemetryService } from "@codingame/monaco-vscode-api/vscode/vs/platform/telemetry/common/telemetry.service";
|
|
16
16
|
interface IRawGalleryExtensionFile {
|
|
17
17
|
readonly assetType: string;
|
|
18
18
|
readonly source: string;
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
|
|
2
|
-
import { __decorate, __param } from 'vscode/external/tslib/tslib.es6';
|
|
3
|
-
import { distinct } from 'vscode/vscode/vs/base/common/arrays';
|
|
4
|
-
import { CancellationToken } from 'vscode/vscode/vs/base/common/cancellation';
|
|
5
|
-
import { getErrorMessage, CancellationError, isCancellationError } from 'vscode/vscode/vs/base/common/errors';
|
|
6
|
-
import { isWeb, platform } from 'vscode/vscode/vs/base/common/platform';
|
|
7
|
-
import { arch } from 'vscode/vscode/vs/base/common/process';
|
|
8
|
-
import { isBoolean } from 'vscode/vscode/vs/base/common/types';
|
|
9
|
-
import { URI } from 'vscode/vscode/vs/base/common/uri';
|
|
2
|
+
import { __decorate, __param } from '@codingame/monaco-vscode-api/external/tslib/tslib.es6';
|
|
3
|
+
import { distinct } from '@codingame/monaco-vscode-api/vscode/vs/base/common/arrays';
|
|
4
|
+
import { CancellationToken } from '@codingame/monaco-vscode-api/vscode/vs/base/common/cancellation';
|
|
5
|
+
import { getErrorMessage, CancellationError, isCancellationError } from '@codingame/monaco-vscode-api/vscode/vs/base/common/errors';
|
|
6
|
+
import { isWeb, platform } from '@codingame/monaco-vscode-api/vscode/vs/base/common/platform';
|
|
7
|
+
import { arch } from '@codingame/monaco-vscode-api/vscode/vs/base/common/process';
|
|
8
|
+
import { isBoolean } from '@codingame/monaco-vscode-api/vscode/vs/base/common/types';
|
|
9
|
+
import { URI } from '@codingame/monaco-vscode-api/vscode/vs/base/common/uri';
|
|
10
10
|
import { isOfflineError } from '@codingame/monaco-vscode-039b5553-0838-562a-97c2-30d6e54a7b42-common/vscode/vs/base/parts/request/common/request';
|
|
11
|
-
import { IConfigurationService } from 'vscode/vscode/vs/platform/configuration/common/configuration.service';
|
|
12
|
-
import { IEnvironmentService } from 'vscode/vscode/vs/platform/environment/common/environment.service';
|
|
13
|
-
import { getTargetPlatform, SortBy, SortOrder, toTargetPlatform, WEB_EXTENSION_TAG, UseUnpkgResourceApiConfigKey, isNotWebExtensionInWebTargetPlatform, isTargetPlatformCompatible, ExtensionGalleryErrorCode, ExtensionGalleryError, StatisticType, InstallOperation } from 'vscode/vscode/vs/platform/extensionManagement/common/extensionManagement';
|
|
14
|
-
import { IAllowedExtensionsService } from 'vscode/vscode/vs/platform/extensionManagement/common/extensionManagement.service';
|
|
15
|
-
import { adoptToGalleryExtensionId, getGalleryExtensionId, areSameExtensions, getGalleryExtensionTelemetryData } from 'vscode/vscode/vs/platform/extensionManagement/common/extensionManagementUtil';
|
|
16
|
-
import { TargetPlatform } from 'vscode/vscode/vs/platform/extensions/common/extensions';
|
|
17
|
-
import { isEngineValid, areApiProposalsCompatible } from 'vscode/vscode/vs/platform/extensions/common/extensionValidator';
|
|
18
|
-
import { IFileService } from 'vscode/vscode/vs/platform/files/common/files.service';
|
|
19
|
-
import { ILogService } from 'vscode/vscode/vs/platform/log/common/log.service';
|
|
20
|
-
import { IProductService } from 'vscode/vscode/vs/platform/product/common/productService.service';
|
|
21
|
-
import { asJson, isSuccess, asTextOrError } from 'vscode/vscode/vs/platform/request/common/request';
|
|
22
|
-
import { IRequestService } from 'vscode/vscode/vs/platform/request/common/request.service';
|
|
11
|
+
import { IConfigurationService } from '@codingame/monaco-vscode-api/vscode/vs/platform/configuration/common/configuration.service';
|
|
12
|
+
import { IEnvironmentService } from '@codingame/monaco-vscode-api/vscode/vs/platform/environment/common/environment.service';
|
|
13
|
+
import { getTargetPlatform, SortBy, SortOrder, toTargetPlatform, WEB_EXTENSION_TAG, UseUnpkgResourceApiConfigKey, isNotWebExtensionInWebTargetPlatform, isTargetPlatformCompatible, ExtensionGalleryErrorCode, ExtensionGalleryError, StatisticType, InstallOperation } from '@codingame/monaco-vscode-api/vscode/vs/platform/extensionManagement/common/extensionManagement';
|
|
14
|
+
import { IAllowedExtensionsService } from '@codingame/monaco-vscode-api/vscode/vs/platform/extensionManagement/common/extensionManagement.service';
|
|
15
|
+
import { adoptToGalleryExtensionId, getGalleryExtensionId, areSameExtensions, getGalleryExtensionTelemetryData } from '@codingame/monaco-vscode-api/vscode/vs/platform/extensionManagement/common/extensionManagementUtil';
|
|
16
|
+
import { TargetPlatform } from '@codingame/monaco-vscode-api/vscode/vs/platform/extensions/common/extensions';
|
|
17
|
+
import { isEngineValid, areApiProposalsCompatible } from '@codingame/monaco-vscode-api/vscode/vs/platform/extensions/common/extensionValidator';
|
|
18
|
+
import { IFileService } from '@codingame/monaco-vscode-api/vscode/vs/platform/files/common/files.service';
|
|
19
|
+
import { ILogService } from '@codingame/monaco-vscode-api/vscode/vs/platform/log/common/log.service';
|
|
20
|
+
import { IProductService } from '@codingame/monaco-vscode-api/vscode/vs/platform/product/common/productService.service';
|
|
21
|
+
import { asJson, isSuccess, asTextOrError } from '@codingame/monaco-vscode-api/vscode/vs/platform/request/common/request';
|
|
22
|
+
import { IRequestService } from '@codingame/monaco-vscode-api/vscode/vs/platform/request/common/request.service';
|
|
23
23
|
import { resolveMarketplaceHeaders } from '../../externalServices/common/marketplace.js';
|
|
24
|
-
import { IStorageService } from 'vscode/vscode/vs/platform/storage/common/storage.service';
|
|
25
|
-
import { ITelemetryService } from 'vscode/vscode/vs/platform/telemetry/common/telemetry.service';
|
|
26
|
-
import { StopWatch } from 'vscode/vscode/vs/base/common/stopwatch';
|
|
27
|
-
import { format2 } from 'vscode/vscode/vs/base/common/strings';
|
|
24
|
+
import { IStorageService } from '@codingame/monaco-vscode-api/vscode/vs/platform/storage/common/storage.service';
|
|
25
|
+
import { ITelemetryService } from '@codingame/monaco-vscode-api/vscode/vs/platform/telemetry/common/telemetry.service';
|
|
26
|
+
import { StopWatch } from '@codingame/monaco-vscode-api/vscode/vs/base/common/stopwatch';
|
|
27
|
+
import { format2 } from '@codingame/monaco-vscode-api/vscode/vs/base/common/strings';
|
|
28
28
|
|
|
29
29
|
const CURRENT_TARGET_PLATFORM = isWeb ? TargetPlatform.WEB : getTargetPlatform(platform, arch);
|
|
30
30
|
const ACTIVITY_HEADER_NAME = 'X-Market-Search-Activity-Id';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { Emitter, Event } from "vscode/vscode/vs/base/common/event";
|
|
2
|
-
import { URI } from "vscode/vscode/vs/base/common/uri";
|
|
3
|
-
import { IURITransformer } from "vscode/vscode/vs/base/common/uriIpc";
|
|
4
|
-
import { IChannel, IServerChannel } from "vscode/vscode/vs/base/parts/ipc/common/ipc";
|
|
5
|
-
import { IExtensionIdentifier, IGalleryExtension, ILocalExtension, IExtensionsControlManifest, InstallOptions, UninstallOptions, Metadata, DidUninstallExtensionEvent, InstallExtensionEvent, InstallExtensionResult, UninstallExtensionEvent, InstallOperation, InstallExtensionInfo, IProductVersion, DidUpdateExtensionMetadata, UninstallExtensionInfo } from "vscode/vscode/vs/platform/extensionManagement/common/extensionManagement";
|
|
6
|
-
import { IAllowedExtensionsService } from "vscode/vscode/vs/platform/extensionManagement/common/extensionManagement.service";
|
|
7
|
-
import { IExtensionTipsService } from "vscode/vscode/vs/platform/extensionManagement/common/extensionManagement.service";
|
|
8
|
-
import { IExtensionManagementService } from "vscode/vscode/vs/platform/extensionManagement/common/extensionManagement.service";
|
|
9
|
-
import { ExtensionType, IExtensionManifest, TargetPlatform } from "vscode/vscode/vs/platform/extensions/common/extensions";
|
|
10
|
-
import { IProductService } from "vscode/vscode/vs/platform/product/common/productService.service";
|
|
1
|
+
import { Emitter, Event } from "@codingame/monaco-vscode-api/vscode/vs/base/common/event";
|
|
2
|
+
import { URI } from "@codingame/monaco-vscode-api/vscode/vs/base/common/uri";
|
|
3
|
+
import { IURITransformer } from "@codingame/monaco-vscode-api/vscode/vs/base/common/uriIpc";
|
|
4
|
+
import { IChannel, IServerChannel } from "@codingame/monaco-vscode-bd6ad8b7-9db3-51a8-9895-0046508c029d-common/vscode/vs/base/parts/ipc/common/ipc";
|
|
5
|
+
import { IExtensionIdentifier, IGalleryExtension, ILocalExtension, IExtensionsControlManifest, InstallOptions, UninstallOptions, Metadata, DidUninstallExtensionEvent, InstallExtensionEvent, InstallExtensionResult, UninstallExtensionEvent, InstallOperation, InstallExtensionInfo, IProductVersion, DidUpdateExtensionMetadata, UninstallExtensionInfo } from "@codingame/monaco-vscode-api/vscode/vs/platform/extensionManagement/common/extensionManagement";
|
|
6
|
+
import { IAllowedExtensionsService } from "@codingame/monaco-vscode-api/vscode/vs/platform/extensionManagement/common/extensionManagement.service";
|
|
7
|
+
import { IExtensionTipsService } from "@codingame/monaco-vscode-api/vscode/vs/platform/extensionManagement/common/extensionManagement.service";
|
|
8
|
+
import { IExtensionManagementService } from "@codingame/monaco-vscode-api/vscode/vs/platform/extensionManagement/common/extensionManagement.service";
|
|
9
|
+
import { ExtensionType, IExtensionManifest, TargetPlatform } from "@codingame/monaco-vscode-api/vscode/vs/platform/extensions/common/extensions";
|
|
10
|
+
import { IProductService } from "@codingame/monaco-vscode-api/vscode/vs/platform/product/common/productService.service";
|
|
11
11
|
import { CommontExtensionManagementService } from "./abstractExtensionManagementService.js";
|
|
12
12
|
export declare class ExtensionManagementChannel implements IServerChannel {
|
|
13
13
|
private service;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
|
-
import { Emitter } from 'vscode/vscode/vs/base/common/event';
|
|
3
|
-
import { URI } from 'vscode/vscode/vs/base/common/uri';
|
|
4
|
-
import { DefaultURITransformer, transformAndReviveIncomingURIs } from 'vscode/vscode/vs/base/common/uriIpc';
|
|
2
|
+
import { Emitter } from '@codingame/monaco-vscode-api/vscode/vs/base/common/event';
|
|
3
|
+
import { URI } from '@codingame/monaco-vscode-api/vscode/vs/base/common/uri';
|
|
4
|
+
import { DefaultURITransformer, transformAndReviveIncomingURIs } from '@codingame/monaco-vscode-api/vscode/vs/base/common/uriIpc';
|
|
5
5
|
import { CommontExtensionManagementService } from './abstractExtensionManagementService.js';
|
|
6
6
|
|
|
7
7
|
function transformIncomingExtension(extension, transformer) {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { Disposable } from "vscode/vscode/vs/base/common/lifecycle";
|
|
2
|
-
import { URI } from "vscode/vscode/vs/base/common/uri";
|
|
3
|
-
import { IConfigBasedExtensionTip, IExecutableBasedExtensionTip } from "vscode/vscode/vs/platform/extensionManagement/common/extensionManagement";
|
|
4
|
-
import { IExtensionTipsService } from "vscode/vscode/vs/platform/extensionManagement/common/extensionManagement.service";
|
|
5
|
-
import { IExtensionManagementService } from "vscode/vscode/vs/platform/extensionManagement/common/extensionManagement.service";
|
|
6
|
-
import { IFileService } from "vscode/vscode/vs/platform/files/common/files.service";
|
|
7
|
-
import { IProductService } from "vscode/vscode/vs/platform/product/common/productService.service";
|
|
8
|
-
import { Event } from "vscode/vscode/vs/base/common/event";
|
|
9
|
-
import { IExtensionRecommendationNotificationService } from "vscode/vscode/vs/platform/extensionRecommendations/common/extensionRecommendations.service";
|
|
10
|
-
import { IStorageService } from "vscode/vscode/vs/platform/storage/common/storage.service";
|
|
11
|
-
import { ITelemetryService } from "vscode/vscode/vs/platform/telemetry/common/telemetry.service";
|
|
1
|
+
import { Disposable } from "@codingame/monaco-vscode-api/vscode/vs/base/common/lifecycle";
|
|
2
|
+
import { URI } from "@codingame/monaco-vscode-api/vscode/vs/base/common/uri";
|
|
3
|
+
import { IConfigBasedExtensionTip, IExecutableBasedExtensionTip } from "@codingame/monaco-vscode-api/vscode/vs/platform/extensionManagement/common/extensionManagement";
|
|
4
|
+
import { IExtensionTipsService } from "@codingame/monaco-vscode-api/vscode/vs/platform/extensionManagement/common/extensionManagement.service";
|
|
5
|
+
import { IExtensionManagementService } from "@codingame/monaco-vscode-api/vscode/vs/platform/extensionManagement/common/extensionManagement.service";
|
|
6
|
+
import { IFileService } from "@codingame/monaco-vscode-api/vscode/vs/platform/files/common/files.service";
|
|
7
|
+
import { IProductService } from "@codingame/monaco-vscode-api/vscode/vs/platform/product/common/productService.service";
|
|
8
|
+
import { Event } from "@codingame/monaco-vscode-api/vscode/vs/base/common/event";
|
|
9
|
+
import { IExtensionRecommendationNotificationService } from "@codingame/monaco-vscode-api/vscode/vs/platform/extensionRecommendations/common/extensionRecommendations.service";
|
|
10
|
+
import { IStorageService } from "@codingame/monaco-vscode-api/vscode/vs/platform/storage/common/storage.service";
|
|
11
|
+
import { ITelemetryService } from "@codingame/monaco-vscode-api/vscode/vs/platform/telemetry/common/telemetry.service";
|
|
12
12
|
export declare class ExtensionTipsService extends Disposable implements IExtensionTipsService {
|
|
13
13
|
protected readonly fileService: IFileService;
|
|
14
14
|
private readonly productService;
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
|
|
2
|
-
import { __decorate, __param } from 'vscode/external/tslib/tslib.es6';
|
|
3
|
-
import 'vscode/vscode/vs/base/common/arrays';
|
|
4
|
-
import { Disposable } from 'vscode/vscode/vs/base/common/lifecycle';
|
|
5
|
-
import { joinPath } from 'vscode/vscode/vs/base/common/resources';
|
|
6
|
-
import 'vscode/vscode/vs/base/common/charCode';
|
|
7
|
-
import 'vscode/vscode/vs/base/common/marshallingIds';
|
|
8
|
-
import 'vscode/vscode/vs/base/common/path';
|
|
9
|
-
import 'vscode/vscode/vs/base/common/platform';
|
|
10
|
-
import { IFileService } from 'vscode/vscode/vs/platform/files/common/files.service';
|
|
11
|
-
import { IProductService } from 'vscode/vscode/vs/platform/product/common/productService.service';
|
|
12
|
-
import 'vscode/vscode/vs/base/common/async';
|
|
13
|
-
import 'vscode/vscode/vs/base/common/event';
|
|
14
|
-
import 'vscode/vscode/vs/base/common/process';
|
|
15
|
-
import 'vscode/vscode/vs/base/common/strings';
|
|
16
|
-
import 'vscode/vscode/vs/platform/extensionManagement/common/extensionManagement';
|
|
17
|
-
import 'vscode/vscode/vs/platform/extensions/common/extensions';
|
|
18
|
-
import 'vscode/vscode/vs/base/common/network';
|
|
19
|
-
import 'vscode/vscode/vs/base/common/uuid';
|
|
20
|
-
import 'vscode/vscode/vs/platform/telemetry/common/telemetry';
|
|
2
|
+
import { __decorate, __param } from '@codingame/monaco-vscode-api/external/tslib/tslib.es6';
|
|
3
|
+
import '@codingame/monaco-vscode-api/vscode/vs/base/common/arrays';
|
|
4
|
+
import { Disposable } from '@codingame/monaco-vscode-api/vscode/vs/base/common/lifecycle';
|
|
5
|
+
import { joinPath } from '@codingame/monaco-vscode-api/vscode/vs/base/common/resources';
|
|
6
|
+
import '@codingame/monaco-vscode-api/vscode/vs/base/common/charCode';
|
|
7
|
+
import '@codingame/monaco-vscode-api/vscode/vs/base/common/marshallingIds';
|
|
8
|
+
import '@codingame/monaco-vscode-api/vscode/vs/base/common/path';
|
|
9
|
+
import '@codingame/monaco-vscode-api/vscode/vs/base/common/platform';
|
|
10
|
+
import { IFileService } from '@codingame/monaco-vscode-api/vscode/vs/platform/files/common/files.service';
|
|
11
|
+
import { IProductService } from '@codingame/monaco-vscode-api/vscode/vs/platform/product/common/productService.service';
|
|
12
|
+
import '@codingame/monaco-vscode-api/vscode/vs/base/common/async';
|
|
13
|
+
import '@codingame/monaco-vscode-api/vscode/vs/base/common/event';
|
|
14
|
+
import '@codingame/monaco-vscode-api/vscode/vs/base/common/process';
|
|
15
|
+
import '@codingame/monaco-vscode-api/vscode/vs/base/common/strings';
|
|
16
|
+
import '@codingame/monaco-vscode-api/vscode/vs/platform/extensionManagement/common/extensionManagement';
|
|
17
|
+
import '@codingame/monaco-vscode-api/vscode/vs/platform/extensions/common/extensions';
|
|
18
|
+
import '@codingame/monaco-vscode-api/vscode/vs/base/common/network';
|
|
19
|
+
import '@codingame/monaco-vscode-api/vscode/vs/base/common/uuid';
|
|
20
|
+
import '@codingame/monaco-vscode-api/vscode/vs/platform/telemetry/common/telemetry';
|
|
21
21
|
import '../../extensionRecommendations/common/extensionRecommendations.js';
|
|
22
|
-
import 'vscode/vscode/vs/platform/storage/common/storage';
|
|
22
|
+
import '@codingame/monaco-vscode-api/vscode/vs/platform/storage/common/storage';
|
|
23
23
|
|
|
24
24
|
let ExtensionTipsService = class ExtensionTipsService extends Disposable {
|
|
25
25
|
constructor(fileService, productService) {
|
package/vscode/src/vs/platform/extensionManagement/common/unsupportedExtensionsMigration.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IGlobalExtensionEnablementService } from "vscode/vscode/vs/platform/extensionManagement/common/extensionManagement.service";
|
|
2
|
-
import { IExtensionManagementService } from "vscode/vscode/vs/platform/extensionManagement/common/extensionManagement.service";
|
|
3
|
-
import { IExtensionGalleryService } from "vscode/vscode/vs/platform/extensionManagement/common/extensionManagement.service";
|
|
4
|
-
import { IExtensionStorageService } from "vscode/vscode/vs/platform/extensionManagement/common/extensionStorage.service";
|
|
5
|
-
import { ILogService } from "vscode/vscode/vs/platform/log/common/log.service";
|
|
1
|
+
import { IGlobalExtensionEnablementService } from "@codingame/monaco-vscode-api/vscode/vs/platform/extensionManagement/common/extensionManagement.service";
|
|
2
|
+
import { IExtensionManagementService } from "@codingame/monaco-vscode-api/vscode/vs/platform/extensionManagement/common/extensionManagement.service";
|
|
3
|
+
import { IExtensionGalleryService } from "@codingame/monaco-vscode-api/vscode/vs/platform/extensionManagement/common/extensionManagement.service";
|
|
4
|
+
import { IExtensionStorageService } from "@codingame/monaco-vscode-api/vscode/vs/platform/extensionManagement/common/extensionStorage.service";
|
|
5
|
+
import { ILogService } from "@codingame/monaco-vscode-api/vscode/vs/platform/log/common/log.service";
|
|
6
6
|
export declare function migrateUnsupportedExtensions(extensionManagementService: IExtensionManagementService, galleryService: IExtensionGalleryService, extensionStorageService: IExtensionStorageService, extensionEnablementService: IGlobalExtensionEnablementService, logService: ILogService): Promise<void>;
|