We have actions to maximize an editor group and to reset editor groups sizes: workbench.action.minimizeOtherEditors and workbench.action.evenEditorWidths but there's no way to bind these is such a way that the same keybinding can toggle between maximized and not maximized.
I'd like to request an action such as workbench.action.toggleEditorGroupMaximize.
This is related to #24163 but I think is a better solution.
We have actions to maximize an editor group and to reset editor groups sizes:
workbench.action.minimizeOtherEditorsandworkbench.action.evenEditorWidthsbut there's no way to bind these is such a way that the same keybinding can toggle between maximized and not maximized.I'd like to request an action such as
workbench.action.toggleEditorGroupMaximize.This is related to #24163 but I think is a better solution.