mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
Use markdownDescription for a few more settings
Let's us use inline code elements on these
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user