Remove onRequestDefaultShellAndArgs

This commit is contained in:
Daniel Imms
2021-05-03 23:01:16 -07:00
parent 538b91fe42
commit c2f8abb4d2
7 changed files with 9 additions and 29 deletions

View File

@@ -1717,7 +1717,6 @@ export interface ExtHostTerminalServiceShape {
$acceptProcessRequestCwd(id: number): void;
$acceptProcessRequestLatency(id: number): number;
$getAvailableProfiles(configuredProfilesOnly: boolean): Promise<ITerminalProfile[]>;
$getDefaultShellAndArgs(useAutomationShell: boolean): Promise<IShellAndArgsDto>;
$provideLinks(id: number, line: string): Promise<ITerminalLinkDto[]>;
$activateLink(id: number, linkId: number): void;
$initEnvironmentVariableCollections(collections: [string, ISerializableEnvironmentVariableCollection][]): void;