mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 08:38:56 +01:00
#55478 - switch all builtin settings to 'markdownDescription' instead of 'description' where needed
This commit is contained in:
@@ -367,7 +367,7 @@
|
||||
"javascript.implicitProjectConfig.experimentalDecorators": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "%javascript.implicitProjectConfig.experimentalDecorators%",
|
||||
"markdownDescription": "%javascript.implicitProjectConfig.experimentalDecorators%",
|
||||
"scope": "window"
|
||||
},
|
||||
"javascript.nameSuggestions": {
|
||||
@@ -425,7 +425,7 @@
|
||||
null
|
||||
],
|
||||
"default": null,
|
||||
"description": "%typescript.locale%",
|
||||
"markdownDescription": "%typescript.locale%",
|
||||
"scope": "window"
|
||||
},
|
||||
"javascript.suggestionActions.enabled": {
|
||||
@@ -448,7 +448,7 @@
|
||||
"double"
|
||||
],
|
||||
"default": "auto",
|
||||
"description": "%typescript.preferences.quoteStyle%",
|
||||
"markdownDescription": "%typescript.preferences.quoteStyle%",
|
||||
"scope": "resource"
|
||||
},
|
||||
"typescript.preferences.quoteStyle": {
|
||||
@@ -459,7 +459,7 @@
|
||||
"double"
|
||||
],
|
||||
"default": "auto",
|
||||
"description": "%typescript.preferences.quoteStyle%",
|
||||
"markdownDescription": "%typescript.preferences.quoteStyle%",
|
||||
"scope": "resource"
|
||||
},
|
||||
"javascript.preferences.importModuleSpecifier": {
|
||||
@@ -469,7 +469,7 @@
|
||||
"relative",
|
||||
"non-relative"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"markdownEnumDescriptions": [
|
||||
"%typescript.preferences.importModuleSpecifier.auto%",
|
||||
"%typescript.preferences.importModuleSpecifier.relative%",
|
||||
"%typescript.preferences.importModuleSpecifier.nonRelative%"
|
||||
|
||||
Reference in New Issue
Block a user