提交 c258fff1 编写于 作者: M Matt Bierner

Fix compile error

上级 80a9ecff
...@@ -1589,7 +1589,7 @@ export abstract class AbstractTaskService extends Disposable implements ITaskSer ...@@ -1589,7 +1589,7 @@ export abstract class AbstractTaskService extends Disposable implements ITaskSer
this.modelService, this.configurationResolverService, this.telemetryService, this.modelService, this.configurationResolverService, this.telemetryService,
this.contextService, this.environmentService, this.contextService, this.environmentService,
AbstractTaskService.OutputChannelId, this.fileService, this.terminalInstanceService, AbstractTaskService.OutputChannelId, this.fileService, this.terminalInstanceService,
this.pathService, this.viewDescriptorService, this.logService, this.pathService, this.viewDescriptorService, this.logService, this.configurationService,
(workspaceFolder: IWorkspaceFolder | undefined) => { (workspaceFolder: IWorkspaceFolder | undefined) => {
if (workspaceFolder) { if (workspaceFolder) {
return this.getTaskSystemInfo(workspaceFolder.uri.scheme); return this.getTaskSystemInfo(workspaceFolder.uri.scheme);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册