I have Win10 with WSL installed. The only default shells available to me are - cmd
, powershell
and wsl
. I'd like to add git bash
as one of the possible default choices in dropdown menu. I managed to make git bash
work in VSCode by changing "terminal.integrated.shell.windows"
path in the settings.json
, but git bash
still doesn't appear in the default shells available menu.
As far as I understand, the problem is that after I installed WSL, now I have 2 bash.exe
and VSCode doesn't want to add the second one. All PATH
variables are set correctly.
where bash
C:\Windows\System32\bash.exe
D:\Program Files\Git\bin\bash.exe
Can I somehow add git bash to the default shells list in VSCode?