Merge pull request #75455 from microsoft/tyriar/75091_default_shell_api

Implement API to get default shell
This commit is contained in:
Daniel Imms
2019-06-14 09:13:28 -07:00
committed by GitHub
8 changed files with 86 additions and 24 deletions

View File

@@ -1122,6 +1122,7 @@ export interface ExtHostTerminalServiceShape {
$acceptProcessRequestInitialCwd(id: number): void;
$acceptProcessRequestCwd(id: number): void;
$acceptProcessRequestLatency(id: number): number;
$acceptWorkspacePermissionsChanged(isAllowed: boolean): void;
}
export interface ExtHostSCMShape {