I added git bash
in vscode terminal
as defaultIf you are lazy like me. Then I advise you to do the same as me.
Step1: Open setting:
Ctrl + ,
Step2: search
.json
--> choose filesetting.json
Step3: Paste the code at the end of the file but in brackets
'}'
"terminal.integrated.defaultProfile.windows": "gitbash","terminal.integrated.shell.windows":"E:\app\git\Git\bin\bash.exe",