vscode-restore-git-branch-tabs
vscode-restore-git-branch-tabs copied to clipboard
Switching branch in terminal looses terminal focus
When I'm using git in integrated vscode terminal I loose focus when I switch between branches
For example, if I'm on master
branch and I switch to develop
branch vscode will move focus from terminal to editor
Is there a way to keep the focus on the terminal or to remember that terminal was focused and to return focus on terminal once editors are re-opened?