Home > OS >  How to disable source control in vscode?
How to disable source control in vscode?

Time:06-23

I don't want to see any of this circles and numbers.

screenshot

By the way, git.enabled, git.decorations.enabled, git.autoRepositoryDetection are false.

CodePudding user response:

In addition to git.decorations.enabled, try setting explorer.decorations.badges and explorer.decorations.colors to false.

  • Related