mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
@@ -174,10 +174,6 @@ export class ExtHostTask extends ExtHostTaskBase {
|
||||
return result;
|
||||
}
|
||||
|
||||
public async $getDefaultShellAndArgs(): Promise<{ shell: string, args: string[] | string | undefined }> {
|
||||
return this._terminalService.getDefaultShellAndArgs(true);
|
||||
}
|
||||
|
||||
public async $jsonTasksSupported(): Promise<boolean> {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user