Skip to content

Commit 258fc59

Browse files
committed
update setting descriptions
1 parent d4e8df0 commit 258fc59

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"preview": true,
66
"author": "Brad Cornes <hello@bradley.dev>",
77
"license": "MIT",
8-
"version": "0.3.0-alpha.3",
8+
"version": "0.3.0",
99
"homepage": "https://github.com/bradlc/vscode-tailwindcss",
1010
"bugs": {
1111
"url": "https://github.com/bradlc/vscode-tailwindcss/issues",
@@ -60,11 +60,12 @@
6060
"tailwindCSS.emmetCompletions": {
6161
"type": "boolean",
6262
"default": false,
63-
"description": ""
63+
"description": "Enable class name completions when using Emmet-style syntax, for example `div.bg-red-500.uppercase`."
6464
},
6565
"tailwindCSS.includeLanguages": {
6666
"type": "object",
67-
"default": {}
67+
"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\"}`"
6869
}
6970
}
7071
}

0 commit comments

Comments
 (0)