VsCode 1.56 - When start debuging, Windows Powershell terminal is opened instead of Git Bash #123163
Labels
bug
Issue identified by VS Code Team member as probable bug
insiders-released
Patch has been released in VS Code Insiders
on-release-notes
Issue/pull request mentioned in release notes
terminal
Integrated terminal issues
terminal-profiles
verified
Verification succeeded
Milestone
Steps to Reproduce:
1.Open Visual Studio code
2. Do CTRL + SHIFT + P , and select "Terminal: Select Default Profile".
3. Select Git Bash.
4. Close all the terminal.
5. On the main menu, click Terminal > New Terminal ( a bash Terminal is opened ok)
6. Click Run > Start debuging , the terminal switch to powershell
The only workaround is to keep using the following information in the user setting.json files
"terminal.integrated.shell.windows": "C:\Program Files\Git\bin\bash.exe",
But it is mentioned as deprecated
If I use the following setting , the same problems occurs ( windows powershell terminal opens instead of git bash)
Thanks in advance
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: