@@ -32,11 +32,7 @@ import { IProgressService, ProgressLocation } from 'vs/platform/progress/common/
32
32
import { IEditorGroupsService } from 'vs/workbench/services/editor/common/editorGroupsService' ;
33
33
import Severity from 'vs/base/common/severity' ;
34
34
import { 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' ;
40
36
import { IConfigurationService } from 'vs/platform/configuration/common/configuration' ;
41
37
import { IViewsRegistry , IViewDescriptor , Extensions , ViewContainer , IViewDescriptorService , IAddedViewDescriptorRef } from 'vs/workbench/common/views' ;
42
38
import { 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';
65
61
import { IWorkbenchEnvironmentService } from 'vs/workbench/services/environment/common/environmentService' ;
66
62
import { WorkbenchStateContext } from 'vs/workbench/browser/contextkeys' ;
67
63
import { ICommandService } from 'vs/platform/commands/common/commands' ;
68
- < < < << << HEAD
69
64
import { textLinkForeground } from 'vs/platform/theme/common/colorRegistry' ;
70
- === === =
71
65
import { isWeb } from 'vs/base/common/platform' ;
72
66
import { memoize } from 'vs/base/common/decorators' ;
73
67
import { filterIcon } from 'vs/workbench/contrib/extensions/browser/extensionsIcons' ;
74
- >>> >>> > e4a830e9b7ca039c7c70697786d29f5b6679d775
75
68
76
69
const DefaultViewsContext = new RawContextKey < boolean > ( 'defaultExtensionViews' , true ) ;
77
70
const SearchMarketplaceExtensionsContext = new RawContextKey < boolean > ( 'searchMarketplaceExtensions' , false ) ;
0 commit comments