mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Pass terminal ID through when creating terminal instance
This commit is contained in:
@@ -147,7 +147,7 @@ export abstract class MainThreadOutputServiceShape {
|
||||
}
|
||||
|
||||
export abstract class MainThreadTerminalServiceShape {
|
||||
$createTerminal(name?: string): void { throw ni(); }
|
||||
$createTerminal(name?: string): TPromise<number> { throw ni(); }
|
||||
$show(terminalId: number, preserveFocus: boolean): void { throw ni(); }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user