mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
#55478 - switch all builtin settings to 'markdownDescription' instead of 'description' where needed
This commit is contained in:
@@ -885,7 +885,7 @@
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"description": "%config.path%",
|
||||
"markdownDescription": "%config.path%",
|
||||
"default": null,
|
||||
"scope": "application"
|
||||
},
|
||||
@@ -956,7 +956,7 @@
|
||||
"%config.checkoutType.tags%",
|
||||
"%config.checkoutType.remote%"
|
||||
],
|
||||
"description": "%config.checkoutType%",
|
||||
"markdownDescription": "%config.checkoutType%",
|
||||
"default": "all"
|
||||
},
|
||||
"git.ignoreLegacyWarning": {
|
||||
|
||||
Reference in New Issue
Block a user