mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
Update src/vs/workbench/contrib/terminal/browser/terminalActions.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
This commit is contained in:
parent
3464868729
commit
b8c1929f96
1 changed files with 1 additions and 1 deletions
|
@ -491,7 +491,7 @@ export function registerTerminalActions() {
|
|||
return;
|
||||
}
|
||||
c.service.setActiveInstance(instance);
|
||||
c.service.focusActiveInstance();
|
||||
focusActiveInstance(instance, c);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue