#55478 - switch all builtin settings to 'markdownDescription' instead of 'description' where needed

This commit is contained in:
Rob Lourens
2018-08-08 17:01:37 -07:00
parent 48f33262a6
commit a0764210a8
12 changed files with 76 additions and 76 deletions

View File

@@ -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": {