Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to confiure Git Bash on VSC MacOS

How do you add the Git Bash terminal to Visual Studio Code in MacOS?

I am not able to see the "Configure Default Shell" option.

like image 349
BashMac Avatar asked Jan 20 '26 18:01

BashMac


1 Answers

Git bash is a program that ports bash along with some command line tools for use on Windows. Bash is currently the default shell on mac so you don't need to install it in any way. If it is some tool missing that came with Git Bash you can search for install <tool> on mac into Google and find a guide.

If you don't want to use the same shell in VSCode as standard on your machine you can specify it by adding "terminal.integrated.profiles.osx": "<shell>", to your settings.json (Can be found by clicking the {} icon up to to right in settings"). <shell>can be one of the specified shells that is displayed when running cat /etc/shells.

like image 155
villevillekulla Avatar answered Jan 22 '26 11:01

villevillekulla



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!