Merge commit 'refs/pull/60407/head' of github.com:Microsoft/vscode into pr/60407

This commit is contained in:
Joao Moreno
2019-01-04 16:51:22 +01:00
3 changed files with 17 additions and 5 deletions

View File

@@ -1173,9 +1173,19 @@
},
"git.inputValidationLength": {
"type": "number",
"default": 72,
"default": 50,
"description": "%config.inputValidationLength%"
},
"git.subjectValidationLength": {
"type": "number",
"default": 50,
"description": "%config.subjectValidationLength%"
},
"git.bodyValidationLength": {
"type": "number",
"default": 72,
"description": "%config.bodyValidationLength%"
},
"git.detectSubmodules": {
"type": "boolean",
"scope": "resource",