question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Automatically hide terminal panel when a file in the explorer is clicked

See original GitHub issue

At the moment I’m using my panels maximized always with "workbench.panel.opensMaximized": "always", in my settings because I’d like to use my Terminal at full height all the time.

I’m using the following keyboard shortcut to toggle the terminal window:

    {
        "key": "cmd+e",
        "command": "workbench.action.terminal.toggleTerminal"
    },

The problem now exists that if I click a file in the explorer, the terminal doesn’t go away but actually resizes only a bit or half-screen (depends from time to time). See the behavior in the video below:

https://user-images.githubusercontent.com/594614/130325753-78d4e905-7b03-44bb-887a-5ed6fd66938e.mov

Ideally I wish that the terminal would close when I click on a file in the explorer since the action to open up a file should bring that file up full screen.

To summarize: I never want to use my terminal half-screen.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:69
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

7reactions
vscode-triage-botcommented, Sep 8, 2021

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

3reactions
vscode-triage-botcommented, Sep 9, 2021

🙂 This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Visual Studio Code - Auto Hiding Explorer
[boolean, default: true]; autoHide.autoHidePanel: Hide the panel (output, terminal, etc.) when the user clicks into a text editor.
Read more >
Integrated Terminal in Visual Studio Code
Alt and click on a tab, the + button, or the single tab on the terminal panel. Triggering the Ctrl+Shift+5 command. Tip: The...
Read more >
Panes in Windows Terminal
You can close the focused pane by typing Ctrl + Shift + W . If you only have one pane, Ctrl + Shift...
Read more >
A Guide to Customising the Windows Terminal - freshman.tech
Additionally, you can right click on a directory in File Explorer and ... Windows terminal settings UI showing hide from dropdown option ...
Read more >
Project tool window | PyCharm Documentation
Open Files with Single Click. If this option is on, PyCharm will automatically open the selected item in the editor.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found