mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
Merge pull request #193489 from microsoft/merogge/terminal-editor
when instance's target is editor, focus that instead of panel
This commit is contained in:
@@ -491,7 +491,7 @@ export function registerTerminalActions() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
c.service.setActiveInstance(instance);
|
c.service.setActiveInstance(instance);
|
||||||
return c.groupService.showPanel(true);
|
focusActiveTerminal(instance, c);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user