microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.29k stars 29.31k forks source link

make terminal selection automatically focus on selected terminal after selection #227183

Open yifan opened 2 months ago

yifan commented 2 months ago

There are certain panes in workspace layout does not keep to retrain focus, one of them is terminal selection. When I do things in a hurry, I may click on a terminal, to expect the focus is on associated terminal window, not the selection pane. Screenshot 2024-08-30 at 11 10 15 AM

What actually happens is that when I click on a terminal name, the focus is on the selection pane, I have to click on terminal window itself to start use keyboard to write command.

gjsjohnmurray commented 2 months ago

Did you experiment with the terminal.integrated.tabs.focusMode setting?