How to disable git for some project and other project not disable git in Visual Studio Code? -


some project don't want use git monitoring , in other project want keep use git monitoring , use setting

"git.enabled": false, "git.path": null, "git.autofetch": false 

but disable git project , how setting visual studio code git project instead of editor?

you add git settings workspace settings.json file. way, vscode ignore git changes project. create or add .vscode/settings.json file.

"git.enabled": false 

this way of other project continue have git enabled.


Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -