Answers for "visual code maxinmize terminal shortcut"

1

visual code maxinmize terminal shortcut

1) ctrl + shift + p
2) Type: Open keyboards Shortcuts (JSON)
3) Add this

{
    "key": "ctrl+shift+q", // or other keys
    "command": "workbench.action.toggleMaximizedPanel",
    "when": "!terminalFocus" // optional
}
Posted by: Guest on January-29-2021

Code answers related to "visual code maxinmize terminal shortcut"

Browse Popular Code Answers by Language