Skip to content

Commit eaf2801

Browse files
authored
Retain editor focus after Run In Terminal (#3679)
1 parent 146088a commit eaf2801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode/src/testController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ export class TestController {
269269
this.terminal = this.getTerminal();
270270
}
271271

272-
this.terminal.show();
272+
this.terminal.show(true);
273273
this.terminal.sendText(command);
274274

275275
this.telemetry.logUsage("ruby_lsp.code_lens", {

0 commit comments

Comments
 (0)