Use markdownDescription for a few more settings

Let's us use inline code elements on these
This commit is contained in:
Matt Bierner
2026-03-13 11:35:58 -07:00
parent 5bf5b2ae5d
commit 5ca0ea581f
9 changed files with 26 additions and 26 deletions

View File

@@ -2423,7 +2423,7 @@
},
"js/ts.tsserver.node.path": {
"type": "string",
"description": "%configuration.tsserver.nodePath%",
"markdownDescription": "%configuration.tsserver.nodePath%",
"scope": "window",
"keywords": [
"TypeScript"
@@ -2431,7 +2431,7 @@
},
"typescript.tsserver.nodePath": {
"type": "string",
"description": "%configuration.tsserver.nodePath%",
"markdownDescription": "%configuration.tsserver.nodePath%",
"markdownDeprecationMessage": "%configuration.tsserver.nodePath.unifiedDeprecationMessage%",
"scope": "window"
},