I'm using VSCode on Windows. I have git bash selected as the default terminal, and when I open a new terminal with the +
button on the bottom panel, git bash opens, so that works fine.
However, when I open VSCode, the first terminal to open is ALWAYS Windows PowerShell. If I kill the terminal and open a new one with the Ctrl + ` shortcut, Git Bash successfully opens.
Below is a screenshot of the relevant settings. As you can see, the Windows Exec and the Default Profile are set to git-bash.exe:
The question: How do I make VSCode open the default terminal on startup?