Automatically hide terminal panel when a file in the explorer is clicked
See original GitHub issueAt 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:
- Created 2 years ago
- Reactions:69
- Comments:5 (1 by maintainers)
Top GitHub Comments
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!
🙂 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!