mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
@@ -681,4 +681,9 @@ export class MainThreadTask implements MainThreadTaskShape {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
async $registerSupportedExecutions(custom?: boolean, shell?: boolean, process?: boolean): Promise<void> {
|
||||
return this._taskService.registerSupportedExecutions(custom, shell, process);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user