
When you first started using VS Code you may have dismissed that little notification in the corner that asked if you wanted to switch your integrated terminal.
In my case, running on Windows, the default terminal was set to Command Prompt (cmd.exe) which is just plain inferior to Git Bash which you probably already have installed if you have installed Git (which you should).
So, if you missed that notification that let you change it, how do you change it later?
Easy!
How to Switch the Integrated Terminal in VS Code
Press Ctrl + Shift + P
Search for and select “Terminal: Select Default Shell”
Select “Git Bash”
Done!
Now, your integrated terminal at the bottom of VS Code will be using Git Bash, so you’ll have Unix style commands and nice colorful text.
How to Show and Hide the VS Code Integrated Terminal
Tip: You can toggle your terminal panel by pressing Ctrl + ` (that’s the tick/tilde key).

Blogger, expert WordPress developer, and developer of the awesome bbPress Voting plugin which is a must-have plugin for any bbPress forum.
Download bbPress Voting for free on the WordPress Plugin Directory.
This option no more works, try:
Press Ctrl + Shift + P
Type “
Terminal: Select Default Profile"
Select bash
This option have been changed nowadays
How has this changed? I still have this setting. I think they added a prompt after you start using VS Code to ask you which terminal you want to use, but if people dismiss that and then realize they want to change it later, this can help.
I tried type (not found) “Terminal: Select Default Shell”
I tried to change at setting.json paths, and adding terminals, through
NOT WORKING
НЕ РАБОТАЕТ
Here’s what I have in my settings.json for this…