Created
June 1, 2021 11:13
-
-
Save RushOnline/5173b6ff35cc183d6d9f7933fa6d1b4c to your computer and use it in GitHub Desktop.
VSCode: close output window with escape
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"key": "escape", | |
"command": "workbench.action.togglePanel", | |
"when": "inOutput" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment