Adding the git.showStagedChangesResourceGroup config property

This commit is contained in:
wistcc
2018-08-07 22:41:34 -04:00
parent a8c07148d8
commit 64076e6d66
3 changed files with 10 additions and 1 deletions

View File

@@ -987,6 +987,12 @@
"scope": "resource",
"default": 10,
"description": "%config.detectSubmodulesLimit%"
},
"git.showStagedChangesResourceGroup": {
"type": "boolean",
"scope": "resource",
"default": false,
"description": "%config.showStagedChangesResourceGroup%"
}
}
},