Skip to content

Commit

Permalink
Populate rename for terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
Lixire committed Aug 1, 2017
1 parent 36ca61e commit 193c1aa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@ export class RenameTerminalAction extends Action {
return TPromise.as(void 0);
}
return this.quickOpenService.input({
value: terminalInstance.title,
prompt: nls.localize('workbench.action.terminal.rename.prompt', "Enter terminal name"),
}).then(name => {
if (name) {
Expand Down

0 comments on commit 193c1aa

Please sign in to comment.