Putting back git.inputValidationLength for backward compatibility

This commit is contained in:
Manjiri Tapaswi
2018-10-16 10:46:02 -07:00
parent 75fb61aa70
commit 17ef20d21d
3 changed files with 7 additions and 1 deletions

View File

@@ -91,6 +91,7 @@
"config.showInlineOpenFileAction": "Controls whether to show an inline Open File action in the Git changes view.",
"config.showPushSuccessNotification": "Controls whether to show a notification when a push is successful.",
"config.inputValidation": "Controls when to show commit message input validation.",
"config.inputValidationLength": "Controls the commit message length threshold for showing a warning.",
"config.subjectValidationLength": "Controls the commit message subject length threshold for showing a warning.",
"config.bodyValidationLength": "Controls the commit message body length threshold for showing a warning.",
"config.detectSubmodules": "Controls whether to automatically detect git submodules.",