update setting descriptions

master
Brad Cornes 2020-06-11 16:45:58 +01:00
parent d4e8df0b67
commit 258fc59ec6
1 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,7 @@
"preview": true,
"author": "Brad Cornes <hello@bradley.dev>",
"license": "MIT",
"version": "0.3.0-alpha.3",
"version": "0.3.0",
"homepage": "https://github.com/bradlc/vscode-tailwindcss",
"bugs": {
"url": "https://github.com/bradlc/vscode-tailwindcss/issues",
@ -60,11 +60,12 @@
"tailwindCSS.emmetCompletions": {
"type": "boolean",
"default": false,
"description": ""
"description": "Enable class name completions when using Emmet-style syntax, for example `div.bg-red-500.uppercase`."
},
"tailwindCSS.includeLanguages": {
"type": "object",
"default": {}
"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\"}`"
}
}
}