mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
#55478 - switch all builtin settings to 'markdownDescription' instead of 'description' where needed
This commit is contained in:
@@ -191,7 +191,7 @@
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"scope": "resource",
|
||||
"description": "%config.npm.runSilent%"
|
||||
"markdownDescription": "%config.npm.runSilent%"
|
||||
},
|
||||
"npm.packageManager": {
|
||||
"scope": "resource",
|
||||
@@ -226,7 +226,7 @@
|
||||
"open",
|
||||
"run"
|
||||
],
|
||||
"description": "%config.npm.scriptExplorerAction%",
|
||||
"markdownDescription": "%config.npm.scriptExplorerAction%",
|
||||
"scope": "window",
|
||||
"default": "open"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user