Remove extrenuous injection

This commit is contained in:
Jackson Kearl 2021-04-16 11:30:38 -07:00
parent 8217e20a70
commit d2961b4c08
No known key found for this signature in database
GPG key ID: DA09A59C409FC400
2 changed files with 1 additions and 1 deletions

View file

@ -170,6 +170,7 @@ class WorkbenchConfigurationContribution {
@IInstantiationService _instantiationService: IInstantiationService,
@IGettingStartedService _gettingStartedService: IGettingStartedService,
) {
// Init the getting started service via DI.
}
}

View file

@ -118,7 +118,6 @@ export class WelcomePageContribution implements IWorkbenchContribution {
@ICommandService private readonly commandService: ICommandService,
@ITelemetryService private readonly telemetryService: ITelemetryService,
@ILogService private readonly logService: ILogService,
@IGettingStartedService _gettingStartedService: IGettingStartedService, // initializes event listeners
@optional(ITASExperimentService) tasExperimentService: ITASExperimentService,
) {
this.tasExperimentService = tasExperimentService;