Skip to content

Commit

Permalink
debug: preserve focus in editor when integrated terminal is shown so …
Browse files Browse the repository at this point in the history
…match debug console behavior and to make sense for accessibility

fyi @weinand
  • Loading branch information
isidorn committed Dec 16, 2020
1 parent d833f8b commit 25d6642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/api/node/extHostDebugService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export class ExtHostDebugService extends ExtHostDebugServiceBase {
cwdForPrepareCommand = args.cwd;
}

terminal.show();
terminal.show(true);

const shellProcessId = await terminal.processId;

Expand Down

0 comments on commit 25d6642

Please sign in to comment.