update settings descriptions and types

master
Brad Cornes 2020-06-12 12:39:41 +01:00
parent e8cdb99164
commit ba94fc8ce7
1 changed files with 5 additions and 2 deletions

View File

@ -60,12 +60,15 @@
"tailwindCSS.emmetCompletions": {
"type": "boolean",
"default": false,
"description": "Enable class name completions when using Emmet-style syntax, for example `div.bg-red-500.uppercase`."
"markdownDescription": "Enable class name completions when using Emmet-style syntax, for example `div.bg-red-500.uppercase`"
},
"tailwindCSS.includeLanguages": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"default": {},
"description": "Enable features in languages that are not supported by default. Add a mapping here between the new language and an already supported language.\n E.g.: `{\"plaintext\": \"html\"}`"
"markdownDescription": "Enable features in languages that are not supported by default. Add a mapping here between the new language and an already supported language.\n E.g.: `{\"plaintext\": \"html\"}`"
}
}
}