Panel Auto HideAutomatically hides the panel (terminal, output, problems) when you switch to an editor tab. The problemIf you prefer working with the panel in only two states — fully maximized or completely hidden — VS Code gets you halfway there with:
This ensures the panel always opens maximized. But there are cases where the panel still ends up minimized (half-height) instead of fully hidden:
In all these cases VS Code minimizes the panel to half-height instead of hiding it completely. You end up with a useless half-panel covering your code, and have to manually close it. The solutionThis extension listens for editor focus changes and automatically closes the panel completely whenever you switch to a different editor tab. No more half-height panel state — it's either fullscreen or gone. Settings
Recommended setup
LicenseMIT |