Skip to content

Commit ac2172c

Browse files
committed
add setting descriptions
1 parent 3fc10be commit ac2172c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"tailwindCSS.validate": {
7474
"type": "boolean",
7575
"default": true,
76-
"markdownDescription": "",
76+
"markdownDescription": "Enable linting",
7777
"scope": "language-overridable"
7878
},
7979
"tailwindCSS.lint.utilityConflicts": {
@@ -84,7 +84,7 @@
8484
"error"
8585
],
8686
"default": "warning",
87-
"markdownDescription": "",
87+
"markdownDescription": "Class names on the same HTML element which apply the same CSS property or properties",
8888
"scope": "language-overridable"
8989
},
9090
"tailwindCSS.lint.invalidApply": {
@@ -95,7 +95,7 @@
9595
"error"
9696
],
9797
"default": "error",
98-
"markdownDescription": "",
98+
"markdownDescription": "Unsupported use of the [`@apply` directive](https://tailwindcss.com/docs/functions-and-directives/#apply)",
9999
"scope": "language-overridable"
100100
},
101101
"tailwindCSS.lint.invalidScreen": {
@@ -106,7 +106,7 @@
106106
"error"
107107
],
108108
"default": "error",
109-
"markdownDescription": "",
109+
"markdownDescription": "Unknown screen name used with the [`@screen` directive](https://tailwindcss.com/docs/functions-and-directives/#screen)",
110110
"scope": "language-overridable"
111111
},
112112
"tailwindCSS.lint.invalidVariant": {
@@ -117,7 +117,7 @@
117117
"error"
118118
],
119119
"default": "error",
120-
"markdownDescription": "",
120+
"markdownDescription": "Unknown variant name used with the [`@variants` directive](https://tailwindcss.com/docs/functions-and-directives/#variants)",
121121
"scope": "language-overridable"
122122
},
123123
"tailwindCSS.lint.invalidConfigPath": {
@@ -128,7 +128,7 @@
128128
"error"
129129
],
130130
"default": "error",
131-
"markdownDescription": "",
131+
"markdownDescription": "Unknown or invalid path used with the [`theme` helper](https://tailwindcss.com/docs/functions-and-directives/#theme)",
132132
"scope": "language-overridable"
133133
},
134134
"tailwindCSS.lint.invalidTailwindDirective": {
@@ -139,7 +139,7 @@
139139
"error"
140140
],
141141
"default": "error",
142-
"markdownDescription": "",
142+
"markdownDescription": "Unknown value used with the [`@tailwind` directive](https://tailwindcss.com/docs/functions-and-directives/#tailwind)",
143143
"scope": "language-overridable"
144144
}
145145
}

0 commit comments

Comments
 (0)