Skip to content

Instantly share code, notes, and snippets.

@RushOnline
Created June 1, 2021 11:13
Show Gist options
  • Save RushOnline/5173b6ff35cc183d6d9f7933fa6d1b4c to your computer and use it in GitHub Desktop.
Save RushOnline/5173b6ff35cc183d6d9f7933fa6d1b4c to your computer and use it in GitHub Desktop.
VSCode: close output window with escape
{
"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