How to Disable Git Bash in VSCode
0 views
Jul 2, 2025
Get the full source code of application here:
View Video Transcript
0:00
Uh hello guys, welcome to this video. So
0:02
in this video I will show you how to
0:04
disable or turn off GitHub, Git Bash
0:08
inside your VS code. G is a very
0:11
important tool for creating projects
0:13
moving it to GitHub. But for some reason
0:16
if you want to disable it, you can go to
0:18
your user settings file inside your VS
0:20
code. Simply control shiftp to open this
0:23
com command pallet and simply
0:28
open this user settings JSON file
0:32
and right here you need to add this
0:34
snippet of code here which is in double
0:36
quotes just write get and it has a
0:40
property of get that enabled
0:43
and by default it's enabled it's set to
0:46
true you can change it to false so after
0:49
making this change just restart your
0:56
your uh editor
0:58
again. Open it
1:01
and in this easy way you can disable the
1:05
g bash inside your VS code. So go to
1:08
your user settings files inside your VS
1:11
code. Just add the snippet of code git
1:13
dot enabled to false.
1:16
So this will disable the git pash inside
1:19
your VS code. Uh please hit that like
1:21
button, subscribe the channel and also
1:23
check out my website freemediattools.com
1:26
which contains thousands of tools.