- VSCode Version: 1.6.1
- OS Version: Windows 10
I would like to bind the Esc key to the workbench.action.closePanel command, but when I do, VSCode says there is no such command. Looking at the code, I see a closePanel command defined in the same files (and seemingly the same way) as togglePanel, so I'm not sure why this doesn't work.
I would like to bind the Esc key to the workbench.action.closePanel command, but when I do, VSCode says there is no such command. Looking at the code, I see a closePanel command defined in the same files (and seemingly the same way) as togglePanel, so I'm not sure why this doesn't work.