@@ -30,6 +30,7 @@ import { LocalSearchService } from 'vs/workbench/services/search/node/searchServ
3030import { IUntitledTextEditorService , UntitledTextEditorService } from 'vs/workbench/services/untitled/common/untitledTextEditorService' ;
3131import { TestContextService , TestEditorGroupsService , TestEditorService , TestEnvironmentService , TestTextResourcePropertiesService } from 'vs/workbench/test/workbenchTestServices' ;
3232import { ClassifiedEvent , StrictPropertyCheck , GDPRClassification } from 'vs/platform/telemetry/common/gdprTypings' ;
33+ import { TestThemeService } from 'vs/platform/theme/test/common/testThemeService' ;
3334
3435namespace Timer {
3536 export interface ITimerEvent {
@@ -73,7 +74,7 @@ suite.skip('QuickOpen performance (integration)', () => {
7374 [ ITelemetryService , telemetryService ] ,
7475 [ IConfigurationService , configurationService ] ,
7576 [ ITextResourcePropertiesService , textResourcePropertiesService ] ,
76- [ IModelService , new ModelServiceImpl ( configurationService , textResourcePropertiesService ) ] ,
77+ [ IModelService , new ModelServiceImpl ( configurationService , textResourcePropertiesService , new TestThemeService ( ) ) ] ,
7778 [ IWorkspaceContextService , new TestContextService ( testWorkspace ( URI . file ( testWorkspacePath ) ) ) ] ,
7879 [ IEditorService , new TestEditorService ( ) ] ,
7980 [ IEditorGroupsService , new TestEditorGroupsService ( ) ] ,
0 commit comments