fix: split provider ssh tty modes
This commit is contained in:
@@ -143,6 +143,7 @@ export interface CoreHostSshOpenMessage {
|
||||
sessionId: string;
|
||||
cwd?: string;
|
||||
command?: string;
|
||||
tty?: boolean;
|
||||
cols?: number;
|
||||
rows?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user