search

Home  >  Q&A  >  body text

visual-studio-code - How to disable git for a certain project in vscode?

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

滿天的星座滿天的星座2802 days ago1373

reply all(1)I'll reply

  • 黄舟

    黄舟2017-05-02 09:54:00

    Directly modify the workspace settings of the project:

    reply
    0
  • Cancelreply