Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable Source Control Providers in vscode

How can I disable the new "Source Control Providers" feature in vscode?

enter image description here.

I just want the old simple git view, because this isn't very useful for me.

like image 404
Dariusz Filipiak Avatar asked Dec 22 '17 23:12

Dariusz Filipiak


People also ask

How do I turn off VS Code Source Control?

Right-Click If you have the File List open, right-click on any file and select Source Control > Project > Disconnect.

How do I change my Source Control repository in VS Code?

Visual Studio Code and Git Source ControlLaunch VS code, and in the left-hand menu, click on the Source Control icon for Git. It gives two options – Open Folder and Clone Repository. We can open a git repository folder or clone from a GitHub URL. We already set up a GitHub repository in the previous article.

How do I enable Source Control in Visual Studio?

From the main menu, Tools -> Options and then navigate to. Under the Plug-in Selection, you will find it is already set to “None. From the plug-in selection drop-down, you can choose either Git or Visual Studio Team Foundation Server. Visual Studio will enable the plugin for the specific source control accordingly.

What is Source Control VS Code?

The Source Control API allows extension authors to define Source Control Management (SCM) features. There is a slim, yet powerful API surface which allows many different SCM systems to be integrated in Visual Studio Code, while having a common user interface with all of them.


1 Answers

From File menu select preferences ---> settings or simply press ctrl + ,

just notice in the new versions of visual studio code, the settings window is displayed as normal options not as json file, like what I attached here and I don't know if there is a way to get back the settings as json file.

disable git

like image 86
Amado Saladino Avatar answered Oct 12 '22 07:10

Amado Saladino