Just installed VSCode and git bash.
I\'ve added the following lines to the settings.json file:
{ \"terminal.integrated.shell.windows\": \"D:\\\\Prog
Not sure about all but in my case, git bash location is changed into the appdata instead of programming file, so you can use same as mentioned:
"terminal.integrated.shell.windows": "C:\\Users\\{user_name}\\AppData\\Local\\Programs\\Git\\bin\\bash.exe",