You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -60,12 +60,15 @@
60
60
"tailwindCSS.emmetCompletions": {
61
61
"type": "boolean",
62
62
"default": false,
63
-
"description": "Enable class name completions when using Emmet-style syntax, for example `div.bg-red-500.uppercase`."
63
+
"markdownDescription": "Enable class name completions when using Emmet-style syntax, for example `div.bg-red-500.uppercase`"
64
64
},
65
65
"tailwindCSS.includeLanguages": {
66
66
"type": "object",
67
+
"additionalProperties": {
68
+
"type": "string"
69
+
},
67
70
"default": {},
68
-
"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\"}`"
71
+
"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\"}`"
0 commit comments