add git.showCommitInput config option (#79074)

This commit is contained in:
Phil Marshall
2019-10-04 16:35:31 -05:00
parent 790c574ce4
commit 963120ba87
3 changed files with 19 additions and 0 deletions

View File

@@ -1410,6 +1410,12 @@
],
"default": "committerdate",
"description": "%config.branchSortOrder%"
},
"git.showCommitInput": {
"type": "boolean",
"scope": "resource",
"default": true,
"description": "%config.showCommitInput%"
}
}
},