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