Skip to content

Commit 409763a

Browse files
authored
Merge pull request #557 from daviwil/fix-556
Running scripts in the integrated console should not steal focus
2 parents 807edb5 + 4378694 commit 409763a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/session.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ export class SessionManager {
609609

610610
private showSessionConsole() {
611611
if (this.consoleTerminal) {
612-
this.consoleTerminal.show();
612+
this.consoleTerminal.show(true);
613613
}
614614
}
615615

0 commit comments

Comments
 (0)