Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bulletinmybeard/238ecac7f3311fa1a5631d0b09da9753 to your computer and use it in GitHub Desktop.
Save bulletinmybeard/238ecac7f3311fa1a5631d0b09da9753 to your computer and use it in GitHub Desktop.
Disable The Git Integration In Visual Studio Code (2016)
# settings.json
# Place your settings in this file to overwrite the default settings
{
    ...
    "git.enabled": false,
    "git.path": null,
    "git.autofetch": false
}
@ilyasdemir
Copy link

şasc aK C

@newshahn
Copy link

But where is the settings.json file?

@AmirHBahrami
Copy link

But where is the settings.json file?

file>prefrences>settings

@mefloresz
Copy link

not working

@sametcanvenedik
Copy link

go file>prefrences>settings and search and find "git enabled" and uncheck it

@bochilof
Copy link

bochilof commented Apr 5, 2022

go file>prefrences>settings and search and find "git enabled" and uncheck it

ty!

@Arijit0
Copy link

Arijit0 commented Jul 14, 2022

go file>prefrences>settings and search and find "git enabled" and uncheck it

@sametcanvenedik Thaks man. It worked.

@gitstarmanish
Copy link

go file>prefrences>settings and search and find "git enabled" and uncheck it

This works. Vscode is much smoother now. Thx

@KananAvs
Copy link

go file>prefrences>settings and search and find "git enabled" and uncheck it

@sametcanvenedik it's working alot smoother now thank you!!!

@a-eray
Copy link

a-eray commented Dec 21, 2023

go file>prefrences>settings and search and find "git enabled" and uncheck it

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment