mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Support setting terminal name
This commit is contained in:
@@ -20,8 +20,7 @@ export class MainThreadTerminalService extends MainThreadTerminalServiceShape {
|
||||
}
|
||||
|
||||
public $createTerminal(name?: string): TPromise<number> {
|
||||
// TODO: Use name here
|
||||
return this._terminalService.createNew();
|
||||
return this._terminalService.createNew(name);
|
||||
}
|
||||
|
||||
public $show(terminalId: number, preserveFocus: boolean): void {
|
||||
|
||||
Reference in New Issue
Block a user