Skip to content

Commit a321c9e

Browse files
author
Benjamin Pasero
committed
debt - remove unused services from ctor
1 parent 67cc281 commit a321c9e

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/vs/workbench/contrib/output/browser/outputServices.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,11 @@ import { EditorOptions } from 'vs/workbench/common/editor';
1414
import { IOutputChannelDescriptor, IOutputChannel, IOutputService, Extensions, OUTPUT_PANEL_ID, IOutputChannelRegistry, OUTPUT_SCHEME, LOG_SCHEME, CONTEXT_ACTIVE_LOG_OUTPUT, LOG_MIME, OUTPUT_MIME } from 'vs/workbench/contrib/output/common/output';
1515
import { OutputPanel } from 'vs/workbench/contrib/output/browser/outputPanel';
1616
import { IPanelService } from 'vs/workbench/services/panel/common/panelService';
17-
import { IWorkspaceContextService } from 'vs/platform/workspace/common/workspace';
1817
import { OutputLinkProvider } from 'vs/workbench/contrib/output/common/outputLinkProvider';
1918
import { ITextModelService, ITextModelContentProvider } from 'vs/editor/common/services/resolverService';
2019
import { ITextModel } from 'vs/editor/common/model';
2120
import { IPanel } from 'vs/workbench/common/panel';
2221
import { ResourceEditorInput } from 'vs/workbench/common/editor/resourceEditorInput';
23-
import { IEnvironmentService } from 'vs/platform/environment/common/environment';
24-
import { IWindowService } from 'vs/platform/windows/common/windows';
2522
import { ILogService } from 'vs/platform/log/common/log';
2623
import { ILifecycleService } from 'vs/platform/lifecycle/common/lifecycle';
2724
import { IContextKeyService } from 'vs/platform/contextkey/common/contextkey';
@@ -77,10 +74,7 @@ export class OutputService extends Disposable implements IOutputService, ITextMo
7774
@IStorageService private readonly storageService: IStorageService,
7875
@IInstantiationService private readonly instantiationService: IInstantiationService,
7976
@IPanelService private readonly panelService: IPanelService,
80-
@IWorkspaceContextService contextService: IWorkspaceContextService,
8177
@ITextModelService textModelResolverService: ITextModelService,
82-
@IEnvironmentService environmentService: IEnvironmentService,
83-
@IWindowService windowService: IWindowService,
8478
@ILogService private readonly logService: ILogService,
8579
@ILifecycleService private readonly lifecycleService: ILifecycleService,
8680
@IContextKeyService private readonly contextKeyService: IContextKeyService,

0 commit comments

Comments
 (0)