Closed as not planned
Description
We have commands to focus terminal tab at a specified index: workbench.action.terminal.focusAtIndex#
, but no commands to focus the last terminal tab. It will be convenient to have such a command.
Compared to editor tab, we have both commands to focus editor tab at a specified index workbench.action.openEditorAtIndex#
and command to focus last editor tab workbench.action.lastEditorInGroup
.