Description
Please add commands that would move WindowTabs left and right (to rearrange them).
This would allow creating keyboard shortcuts, and would allow quickly and easily re-arranging the window tabs (workspaces).
This would, in turn, be very helpful for users working with multiple workspaces in a single window.
Context:
We already have the ability to add keybindings to switch window tabs:
workbench.action.showNextWindowTab
workbench.action.showPreviousWindowTab
But currently there's no ability to move the WindowTabs around (left/right) using the keyboard. One has to drag-and-drop them, which is very inconvenient if one's IDE setup focuses on keyboard-only navigation.
Note, I'm not talking about editor tabs. We do have actions for moving those around:
workbench.action.moveEditorLeftInGroup
workbench.action.moveEditorRightInGroup
What needs to be added is like:
workbench.action.moveWindowTabLeft
workbench.action.moveWindowTabRight