mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 17:22:59 -05:00
Build fix (#1085)
* added caching for jobs view and history page * added build fix
This commit is contained in:
committed by
Karl Burtram
parent
2508464fde
commit
4967e630fb
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user