microsoft/vscode

[new command] View: Toggle Panel Visiblity

Closed this issue · 1 comments

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.

I'm surprised a bit, but it seems to me there is no way to do that. I always needed a way to open terminal with preserving the focus on the editor and ended up with some kind of workaround