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

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -