Fixes #114433 - adds setting to avoid git config

This commit is contained in:
Eric Amodio
2021-01-15 14:05:35 -05:00
parent 79cfca5aa2
commit 21c11ba864
5 changed files with 17 additions and 2 deletions

View File

@@ -2055,6 +2055,11 @@
"description": "%config.untrackedChanges%",
"scope": "resource"
},
"git.requireGitUserConfig": {
"type": "boolean",
"description": "%config.requireGitUserConfig%",
"default": true
},
"git.showCommitInput": {
"type": "boolean",
"scope": "resource",