Fix tasks when one of the exthosts is webworker

This commit is contained in:
Alex Ross
2020-10-23 10:41:56 +02:00
parent d166de9a0c
commit 0eda23e112
3 changed files with 18 additions and 12 deletions

View File

@@ -434,7 +434,6 @@ export class MainThreadTask implements MainThreadTaskShape {
this._proxy.$OnDidEndTask(TaskExecutionDTO.from(task.getTaskExecution()));
}
});
this._taskService.setJsonTasksSupported(Promise.resolve(this._proxy.$jsonTasksSupported()));
}
public dispose(): void {