fix: render setting reference links in settings UI (#192628)

This commit is contained in:
Joyce Er 2023-09-08 14:21:31 -07:00 committed by GitHub
parent fbdc92cac0
commit bb99b7452a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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",

View file

@ -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.",