How to set up in vscode to disable git for the project, the current setting is
"git.enabled": false,
"git.path": null,
"git.autofetch": false
But this setting will completely disable git in the editor, which is not appropriate. How to disable git for the project, so that some projects can use git monitoring and some projects can disable git monitoring
Directly modify the workspace settings of the project: