There is builtin command workbench.action.togglePanel (View: Toggle Panel, CTRL+J).
Howerver it does transfer focus to the panel. And I want to have command that would preserve focus and only toggle the visiblity of the panel itself (something like outputChannel.show(true)).
My apologies if this is already included, I've searched for it and didn't find anything.
There is builtin command
workbench.action.togglePanel(View: Toggle Panel, CTRL+J).Howerver it does transfer focus to the panel. And I want to have command that would preserve focus and only toggle the visiblity of the panel itself (something like
outputChannel.show(true)).My apologies if this is already included, I've searched for it and didn't find anything.