mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
Refactor terminal launch logic to improve error
Fixes #99905 Part of #99996
This commit is contained in:
@@ -243,6 +243,10 @@ export class ExtHostPseudoterminal implements ITerminalChildProcess {
|
||||
|
||||
constructor(private readonly _pty: vscode.Pseudoterminal) { }
|
||||
|
||||
async start(): Promise<undefined> {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
shutdown(): void {
|
||||
this._pty.close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user