There are already several questions about "how do I switch back and forth between code and the terminal in VS Code", and the (correct) answer to all of them is:
ctrl + `
But there's a problem with that answer. I very often switch to the terminal and hit up + ENTER
to run the previous command. However, when I do so too quickly, VS Code focuses me not on the terminal, but on the terminal-switching-dropdown in the upper right corner.
As a result, I wind up changing terminals (because the up + ENTER
goes into the dropdown and not the terminal itself) ... when I just want to focus the existing terminal and type there.
Is there any way to make VS code not focus on that dropdown? Or even just to remove it entirely?