From 75fb61aa70dce0d5f7f30e04e927286bfe73399e Mon Sep 17 00:00:00 2001 From: Manjiri Tapaswi Date: Wed, 10 Oct 2018 10:55:09 -0700 Subject: [PATCH] Per review suggestion --- extensions/git/package.json | 4 ++-- extensions/git/package.nls.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/git/package.json b/extensions/git/package.json index 4823b9cd076..872d3af5691 100644 --- a/extensions/git/package.json +++ b/extensions/git/package.json @@ -1121,10 +1121,10 @@ "default": 50, "description": "%config.subjectValidationLength%" }, - "git.descriptionValidationLength": { + "git.bodyValidationLength": { "type": "number", "default": 72, - "description": "%config.descriptionValidationLength%" + "description": "%config.bodyValidationLength%" }, "git.detectSubmodules": { "type": "boolean", diff --git a/extensions/git/package.nls.json b/extensions/git/package.nls.json index c062c480467..4f94a79c046 100644 --- a/extensions/git/package.nls.json +++ b/extensions/git/package.nls.json @@ -92,7 +92,7 @@ "config.showPushSuccessNotification": "Controls whether to show a notification when a push is successful.", "config.inputValidation": "Controls when to show commit message input validation.", "config.subjectValidationLength": "Controls the commit message subject length threshold for showing a warning.", - "config.descriptionValidationLength": "Controls the commit message description 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.", "config.detectSubmodulesLimit": "Controls the limit of git submodules detected.", "config.alwaysShowStagedChangesResourceGroup": "Always show the Staged Changes resource group.",