debug: preserve focus in editor when integrated terminal is shown so match debug console behavior and to make sense for accessibility

fyi @weinand
This commit is contained in:
isidor
2020-12-16 09:22:04 +01:00
parent d833f8bc10
commit 25d6642db5

View File

@@ -104,7 +104,7 @@ export class ExtHostDebugService extends ExtHostDebugServiceBase {
cwdForPrepareCommand = args.cwd;
}
terminal.show();
terminal.show(true);
const shellProcessId = await terminal.processId;