Just installed VSCode and git bash.
I\'ve added the following lines to the settings.json file:
{ \"terminal.integrated.shell.windows\": \"D:\\\\Prog
For those using Git installed via Scoop, just use the Scoop's installation folder path:
"terminal.integrated.shell.windows": "%USERPROFILE%\\scoop\\apps\\git\\current\\bin\\bash.exe",