mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Pass through shutdown and resize
This commit is contained in:
@@ -748,7 +748,9 @@ export interface ExtHostTerminalServiceShape {
|
||||
$acceptTerminalOpened(id: number, name: string): void;
|
||||
$acceptTerminalProcessId(id: number, processId: number): void;
|
||||
$createProcess(id: number, shellLaunchConfig: ShellLaunchConfigDto, cols: number, rows: number): void;
|
||||
$acceptTerminalProcessWrite(id: number, data: string): void;
|
||||
$acceptTerminalProcessInput(id: number, data: string): void;
|
||||
$acceptTerminalProcessResize(id: number, cols: number, rows: number): void;
|
||||
$acceptTerminalProcessShutdown(id: number): void;
|
||||
}
|
||||
|
||||
export interface ExtHostSCMShape {
|
||||
|
||||
Reference in New Issue
Block a user