@@ -10,10 +10,10 @@ to be able to register the file before
1010 1 file changed, 60 insertions(+), 48 deletions(-)
1111
1212diff --git a/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts b/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts
13- index 13453678183..c392afc7f7e 100644
13+ index 82fce39afed..e5ecaf1a6be 100644
1414--- a/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts
1515+++ b/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts
16- @@ -3,77 +3,89 @@
16+ @@ -3,78 +3,90 @@
1717 * Licensed under the MIT License. See License.txt in the project root for license information.
1818 *--------------------------------------------------------------------------------------------*/
1919
@@ -42,7 +42,7 @@ index 13453678183..c392afc7f7e 100644
4242+ import { IConfigurationService } from '../../../../platform/configuration/common/configuration.js';
4343+ import { IContextKey, IContextKeyService } from '../../../../platform/contextkey/common/contextkey.js';
4444+ import { IDialogService, IFileDialogService, IPromptButton } from '../../../../platform/dialogs/common/dialogs.js';
45- + import { ExtensionGalleryResourceType, getExtensionGalleryManifestResourceUri, IExtensionGalleryManifestService } from '../../../../platform/extensionManagement/common/extensionGalleryManifest.js';
45+ + import { ExtensionGalleryResourceType, getExtensionGalleryManifestResourceUri, IExtensionGalleryManifestService, ExtensionGalleryServiceUrlConfigKey, IExtensionGalleryManifest } from '../../../../platform/extensionManagement/common/extensionGalleryManifest.js';
4646 import {
4747- IExtensionGalleryService, ILocalExtension, IGalleryExtension, IQueryOptions,
4848- InstallExtensionEvent, DidUninstallExtensionEvent, InstallOperation, WEB_EXTENSION_TAG, InstallExtensionResult,
@@ -142,8 +142,9 @@ index 13453678183..c392afc7f7e 100644
142142 import { IViewsService } from '../../../services/views/common/viewsService.js';
143143- import { IQuickInputService } from '../../../../platform/quickinput/common/quickInput.js';
144144- import { IMarkdownString, MarkdownString } from '../../../../base/common/htmlContent.js';
145- - import { ExtensionGalleryResourceType, getExtensionGalleryManifestResourceUri, IExtensionGalleryManifestService } from '../../../../platform/extensionManagement/common/extensionGalleryManifest.js';
145+ - import { ExtensionGalleryResourceType, ExtensionGalleryServiceUrlConfigKey, getExtensionGalleryManifestResourceUri, IExtensionGalleryManifest , IExtensionGalleryManifestService } from '../../../../platform/extensionManagement/common/extensionGalleryManifest.js';
146146- import { fromNow } from '../../../../base/common/date.js';
147+ import { hash } from '../../../../base/common/hash.js';
147148- import { IUserDataProfilesService } from '../../../../platform/userDataProfile/common/userDataProfile.js';
148149+ import { ShowCurrentReleaseNotesActionId } from '../../update/common/update.js';
149150+ import { AutoCheckUpdatesConfigurationKey, AutoRestartConfigurationKey, AutoUpdateConfigurationKey, AutoUpdateConfigurationValue, ExtensionRuntimeActionType, ExtensionRuntimeState, ExtensionState, HasOutdatedExtensionsContext, IExtension, IExtensionsNotification, IExtensionsViewPaneContainer, IExtensionsWorkbenchService, InstallExtensionOptions, VIEWLET_ID } from '../common/extensions.js';
0 commit comments