add setting descriptions

master
Brad Cornes 2020-06-23 10:24:53 +01:00
parent 3fc10be1b7
commit ac2172caae
1 changed files with 7 additions and 7 deletions

View File

@ -73,7 +73,7 @@
"tailwindCSS.validate": { "tailwindCSS.validate": {
"type": "boolean", "type": "boolean",
"default": true, "default": true,
"markdownDescription": "", "markdownDescription": "Enable linting",
"scope": "language-overridable" "scope": "language-overridable"
}, },
"tailwindCSS.lint.utilityConflicts": { "tailwindCSS.lint.utilityConflicts": {
@ -84,7 +84,7 @@
"error" "error"
], ],
"default": "warning", "default": "warning",
"markdownDescription": "", "markdownDescription": "Class names on the same HTML element which apply the same CSS property or properties",
"scope": "language-overridable" "scope": "language-overridable"
}, },
"tailwindCSS.lint.invalidApply": { "tailwindCSS.lint.invalidApply": {
@ -95,7 +95,7 @@
"error" "error"
], ],
"default": "error", "default": "error",
"markdownDescription": "", "markdownDescription": "Unsupported use of the [`@apply` directive](https://tailwindcss.com/docs/functions-and-directives/#apply)",
"scope": "language-overridable" "scope": "language-overridable"
}, },
"tailwindCSS.lint.invalidScreen": { "tailwindCSS.lint.invalidScreen": {
@ -106,7 +106,7 @@
"error" "error"
], ],
"default": "error", "default": "error",
"markdownDescription": "", "markdownDescription": "Unknown screen name used with the [`@screen` directive](https://tailwindcss.com/docs/functions-and-directives/#screen)",
"scope": "language-overridable" "scope": "language-overridable"
}, },
"tailwindCSS.lint.invalidVariant": { "tailwindCSS.lint.invalidVariant": {
@ -117,7 +117,7 @@
"error" "error"
], ],
"default": "error", "default": "error",
"markdownDescription": "", "markdownDescription": "Unknown variant name used with the [`@variants` directive](https://tailwindcss.com/docs/functions-and-directives/#variants)",
"scope": "language-overridable" "scope": "language-overridable"
}, },
"tailwindCSS.lint.invalidConfigPath": { "tailwindCSS.lint.invalidConfigPath": {
@ -128,7 +128,7 @@
"error" "error"
], ],
"default": "error", "default": "error",
"markdownDescription": "", "markdownDescription": "Unknown or invalid path used with the [`theme` helper](https://tailwindcss.com/docs/functions-and-directives/#theme)",
"scope": "language-overridable" "scope": "language-overridable"
}, },
"tailwindCSS.lint.invalidTailwindDirective": { "tailwindCSS.lint.invalidTailwindDirective": {
@ -139,7 +139,7 @@
"error" "error"
], ],
"default": "error", "default": "error",
"markdownDescription": "", "markdownDescription": "Unknown value used with the [`@tailwind` directive](https://tailwindcss.com/docs/functions-and-directives/#tailwind)",
"scope": "language-overridable" "scope": "language-overridable"
} }
} }