mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
sendText terminal API progress
This commit is contained in:
@@ -149,6 +149,7 @@ export abstract class MainThreadOutputServiceShape {
|
||||
export abstract class MainThreadTerminalServiceShape {
|
||||
$createTerminal(name?: string): TPromise<number> { throw ni(); }
|
||||
$show(terminalId: number, preserveFocus: boolean): void { throw ni(); }
|
||||
$sendText(terminalId: number, text: string, addNewLine: boolean): void { throw ni(); }
|
||||
}
|
||||
|
||||
export interface MyQuickPickItems extends IPickOpenEntry {
|
||||
|
||||
Reference in New Issue
Block a user