diff --git a/src/sql/services/bootstrap/bootstrapServiceImpl.ts b/src/sql/services/bootstrap/bootstrapServiceImpl.ts index 6d09882f41..0a1cef4739 100644 --- a/src/sql/services/bootstrap/bootstrapServiceImpl.ts +++ b/src/sql/services/bootstrap/bootstrapServiceImpl.ts @@ -104,7 +104,7 @@ export class BootstrapService implements IBootstrapService { @ICommandService public commandService: ICommandService, @IDashboardWebviewService public dashboardWebviewService: IDashboardWebviewService, @IJobManagementService public jobManagementService: IJobManagementService, - @IAgentJobCacheService public agentJobCacheService: IAgentJobCacheService + @IAgentJobCacheService public agentJobCacheService: IAgentJobCacheService, @IEnvironmentService public environmentService: IEnvironmentService ) { this.configurationEditorService = this.instantiationService.createInstance(ConfigurationEditingService);