Visual Studio Code – Why doesn't my workbench.action.togglePanel VS Code keyboard shortcut toggle back to the editor from the terminal?
Here is my problem: I want to use the Ctrl J shortcut to switch between editing a file and writing in the terminal. I have this keybinding: { "key": "ctrl+j", "command": "workbench.action.togglePanel", }, I can indeed toggle the terminal when…