Finalize task detail API

Fixes #69785
This commit is contained in:
Alex Ross
2020-08-27 11:07:20 +02:00
parent 0eb11e8f0c
commit 0de8d51904
10 changed files with 15 additions and 18 deletions

View File

@@ -99,7 +99,7 @@ export class ExtHostTask extends ExtHostTaskBase {
// The ID is calculated on the main thread task side, so, let's call into it here.
// We need the task id's pre-computed for custom task executions because when OnDidStartTask
// is invoked, we have to be able to map it back to our data.
taskIdPromises.push(this.addCustomExecution(taskDTO, <vscode.Task2>task, true));
taskIdPromises.push(this.addCustomExecution(taskDTO, task, true));
}
}
}