diff --git a/extensions/git/package.json b/extensions/git/package.json index 9ad1978be0e..f236c524faf 100644 --- a/extensions/git/package.json +++ b/extensions/git/package.json @@ -2465,7 +2465,7 @@ "null" ], "default": 50, - "description": "%config.inputValidationSubjectLength%" + "markdownDescription": "%config.inputValidationSubjectLength%" }, "git.detectSubmodules": { "type": "boolean", @@ -2659,7 +2659,7 @@ "description": "%config.useIntegratedAskPass%" }, "git.githubAuthentication": { - "deprecationMessage": "This setting is now deprecated, please use `github.gitAuthentication` instead." + "markdownDeprecationMessage": "This setting is now deprecated, please use `#github.gitAuthentication#` instead." }, "git.timeline.date": { "type": "string", diff --git a/extensions/git/package.nls.json b/extensions/git/package.nls.json index 24f03414ce6..de8f10e7174 100644 --- a/extensions/git/package.nls.json +++ b/extensions/git/package.nls.json @@ -191,7 +191,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.inputValidationLength": "Controls the commit message length threshold for showing a warning.", - "config.inputValidationSubjectLength": "Controls the commit message subject length threshold for showing a warning. Unset it to inherit the value of `config.inputValidationLength`.", + "config.inputValidationSubjectLength": "Controls the commit message subject length threshold for showing a warning. Unset it to inherit the value of `#git.inputValidationLength#`.", "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.",