Visual Studio Code on Windows uses PowerShell by default as the integrated terminal. If you want to use Bash from Visual Studio Code, what steps should be followed?
This, at least for me, will make Visual Studio Code open a new Bash window as an external terminal.
If you want the integrated environment you need to point to the sh.exe file inside the bin folder of your Git installation.
sh.exe
bin
So the configuration should say C:\\\\bin\\sh.exe.
C:\\\\bin\\sh.exe