mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
@@ -1173,18 +1173,16 @@
|
||||
},
|
||||
"git.inputValidationLength": {
|
||||
"type": "number",
|
||||
"default": 50,
|
||||
"default": 72,
|
||||
"description": "%config.inputValidationLength%"
|
||||
},
|
||||
"git.subjectValidationLength": {
|
||||
"type": "number",
|
||||
"default": 50,
|
||||
"description": "%config.subjectValidationLength%"
|
||||
},
|
||||
"git.bodyValidationLength": {
|
||||
"type": "number",
|
||||
"default": 72,
|
||||
"description": "%config.bodyValidationLength%"
|
||||
"git.inputValidationSubjectLength": {
|
||||
"type": [
|
||||
"number",
|
||||
"null"
|
||||
],
|
||||
"default": null,
|
||||
"description": "%config.inputValidationSubjectLength%"
|
||||
},
|
||||
"git.detectSubmodules": {
|
||||
"type": "boolean",
|
||||
|
||||
Reference in New Issue
Block a user