Change how supported task executions are set

Fixes #103039
This commit is contained in:
Alex Ross
2020-07-23 11:14:47 +02:00
parent 080eae73cd
commit 76b7d04718
6 changed files with 24 additions and 11 deletions

View File

@@ -47,6 +47,7 @@ export class ExtHostTask extends ExtHostTaskBase {
platform: process.platform
});
}
this._proxy.$registerSupportedExecutions(true, true, true);
}
public async executeTask(extension: IExtensionDescription, task: vscode.Task): Promise<vscode.TaskExecution> {