mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
fix: render setting reference links in settings UI (#192628)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user