Home

Published

- 1 min read

visual code maxinmize terminal shortcut

img of visual code maxinmize terminal shortcut

The solution for this is noted below

visual code maxinmize terminal shortcut

Solution

   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
}

Try other methods by searching on the site. That is if this doesn’t work