Skip to content

Commit ba94fc8

Browse files
committed
update settings descriptions and types
1 parent e8cdb99 commit ba94fc8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,15 @@
6060
"tailwindCSS.emmetCompletions": {
6161
"type": "boolean",
6262
"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`"
6464
},
6565
"tailwindCSS.includeLanguages": {
6666
"type": "object",
67+
"additionalProperties": {
68+
"type": "string"
69+
},
6770
"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\"}`"
6972
}
7073
}
7174
}

0 commit comments

Comments
 (0)