Blog LogoBlog Logo

Speed up Visual Studio by turning off the Source Control Plug-in

19 Apr 2023 ~ 1 min read


I don’t use the built in source control plug in Visual Studio as I use GitKraken instead, so Visual Studio’s plug-in just sat in the background not doing much as far as I could see.

Then out-of-the-blue I got a notification that it was slowing down Visual Studio and I should turn it off if I don’t rely on it. Fair enough, I don’t use it, it can go.

Open the Options dialog

Open the options dialog by going to the Tools→Options… menu item

Find the Source Control Plug in Section

Type Source Control Plug-in Selection in the search box and press enter

Change the drop down to None and then press OK.

If you have a solution open, it will likely tell you it has to close the solution.

That’s it!


Headshot of Colin Mackay

Hi, I'm Colin. I'm a software engineer with over 30 years of experience based in central Scotland, specialising in Microsoft technologies, initially with C++ and then in C#. I was a Microsoft MVP from 2007 to 2010 and a Code Project MVP from 2005 to 2009.