introduce onlyTrackedFilesCanBeAutoStaged feature flag

This commit is contained in:
ipmsteven
2019-03-14 23:23:11 -07:00
parent 860f5a9900
commit 4935612fe6
2 changed files with 7 additions and 0 deletions

View File

@@ -1222,6 +1222,12 @@
"default": false,
"description": "%config.alwaysShowStagedChangesResourceGroup%"
},
"git.onlyTrackedFilesCanBeAutoStaged": {
"type": "boolean",
"scope": "resource",
"default": false,
"description": "%config.onlyTrackedFilesCanBeAutoStaged%"
},
"git.alwaysSignOff": {
"type": "boolean",
"scope": "resource",