mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
@@ -195,4 +195,8 @@ export class ExtHostTask extends ExtHostTaskBase {
|
||||
public async $jsonTasksSupported(): Promise<boolean> {
|
||||
return true;
|
||||
}
|
||||
|
||||
public async $findExecutable(command: string, cwd?: string, paths?: string[]): Promise<string> {
|
||||
return win32.findExecutable(command, cwd, paths);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user