fix profile tests, path -> pathOrPaths, and exception

This commit is contained in:
meganrogge
2021-03-18 10:07:15 -07:00
parent 859edd7f4f
commit e9e112a648
4 changed files with 49 additions and 49 deletions

View File

@@ -780,7 +780,7 @@ export class WorkerExtHostTerminalService extends BaseExtHostTerminalService {
}
public $getAvailableProfiles(quickLaunchOnly: boolean): Promise<ITerminalProfile[]> {
throw new NotSupportedError();
return new Promise(() => []);
}
public async $getDefaultShellAndArgs(useAutomationShell: boolean): Promise<IShellAndArgsDto> {