Reputation: 650
Git bash integrates well into VS Code but not Visual studio. In VS Code, it opens in the terminal tab but in Visual Studio (17.4.2), it opens as a separate window. Is there a way I can get git bash to open as an integrated terminal, just like Developer Powershell?
Upvotes: 4
Views: 3436
Reputation: 5208
I couldn't reproduce this problem. git-bash runs in the terminal tab as expected.
What I did:
Git Bash
C:\Program Files\Git\bin\bash.exe
-i -l
The terminal in Visual Studio is based on the Windows Terminal. I used the 'Git Bash' profile in Windows Terminal as the template for the profile in Visual Studio.
Upvotes: 10