mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
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:
@@ -104,7 +104,7 @@ export class ExtHostDebugService extends ExtHostDebugServiceBase {
|
||||
cwdForPrepareCommand = args.cwd;
|
||||
}
|
||||
|
||||
terminal.show();
|
||||
terminal.show(true);
|
||||
|
||||
const shellProcessId = await terminal.processId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user