Revert "fix profile tests, path -> pathOrPaths, and exception"

This reverts commit e9e112a648.
This commit is contained in:
meganrogge
2021-03-18 18:11:39 -07:00
parent a5219a9350
commit 1b52d82871
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[]> {
return new Promise(() => []);
throw new NotSupportedError();
}
public async $getDefaultShellAndArgs(useAutomationShell: boolean): Promise<IShellAndArgsDto> {