Merge remote-tracking branch 'origin/master' into tyriar/11275_terminal_refactor

This commit is contained in:
Daniel Imms
2016-09-10 12:01:59 -07:00
9 changed files with 30 additions and 18 deletions

View File

@@ -153,7 +153,7 @@ export abstract class MainThreadOutputServiceShape {
}
export abstract class MainThreadTerminalServiceShape {
$createTerminal(name?: string): number { throw ni(); }
$createTerminal(name?: string, shellPath?: string): number { throw ni(); }
$dispose(terminalId: number): void { throw ni(); }
$hide(terminalId: number): void { throw ni(); }
$sendText(terminalId: number, text: string, addNewLine: boolean): void { throw ni(); }