@@ -32,11 +32,7 @@ import { IProgressService, ProgressLocation } from 'vs/platform/progress/common/
3232import { IEditorGroupsService } from 'vs/workbench/services/editor/common/editorGroupsService' ;
3333import Severity from 'vs/base/common/severity' ;
3434import { IActivityService , NumberBadge } from 'vs/workbench/services/activity/common/activity' ;
35- < < < << << HEAD
36- import { IThemeService , registerThemingParticipant } from 'vs/platform/theme/common/themeService' ;
37- === === =
38- import { IThemeService , ThemeIcon } from 'vs/platform/theme/common/themeService' ;
39- >>> >>> > e4a830e9b7ca039c7c70697786d29f5b6679d775
35+ import { IThemeService , registerThemingParticipant , ThemeIcon } from 'vs/platform/theme/common/themeService' ;
4036import { IConfigurationService } from 'vs/platform/configuration/common/configuration' ;
4137import { IViewsRegistry , IViewDescriptor , Extensions , ViewContainer , IViewDescriptorService , IAddedViewDescriptorRef } from 'vs/workbench/common/views' ;
4238import { IStorageService , StorageScope , StorageTarget } from 'vs/platform/storage/common/storage' ;
@@ -65,13 +61,10 @@ import { SIDE_BAR_DRAG_AND_DROP_BACKGROUND } from 'vs/workbench/common/theme';
6561import { IWorkbenchEnvironmentService } from 'vs/workbench/services/environment/common/environmentService' ;
6662import { WorkbenchStateContext } from 'vs/workbench/browser/contextkeys' ;
6763import { ICommandService } from 'vs/platform/commands/common/commands' ;
68- < < < << << HEAD
6964import { textLinkForeground } from 'vs/platform/theme/common/colorRegistry' ;
70- === === =
7165import { isWeb } from 'vs/base/common/platform' ;
7266import { memoize } from 'vs/base/common/decorators' ;
7367import { filterIcon } from 'vs/workbench/contrib/extensions/browser/extensionsIcons' ;
74- >>> >>> > e4a830e9b7ca039c7c70697786d29f5b6679d775
7568
7669const DefaultViewsContext = new RawContextKey < boolean > ( 'defaultExtensionViews' , true ) ;
7770const SearchMarketplaceExtensionsContext = new RawContextKey < boolean > ( 'searchMarketplaceExtensions' , false ) ;
0 commit comments