mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Merge commit 'refs/pull/60407/head' of github.com:Microsoft/vscode into pr/60407
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user