1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
diff --git a/package.json b/package.json
index 03aeb4be8a4f1d7d4feb124e288fc967e88fcddd..96f7d1bfa13e975968be0acf741ca6fcda6aeac9 100755
--- a/package.json
+++ b/package.json
@@ -78,18 +78,8 @@ "default": {},
"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\"}`"
},
"tailwindCSS.colorDecorators": {
- "type": "string",
- "enum": [
- "inherit",
- "on",
- "off"
- ],
- "markdownEnumDescriptions": [
- "Color decorators are rendered if `editor.colorDecorators` is enabled.",
- "Color decorators are rendered.",
- "Color decorators are not rendered."
- ],
- "default": "inherit",
+ "type": "boolean",
+ "default": true,
"markdownDescription": "Controls whether the editor should render inline color decorators for Tailwind CSS classes and helper functions.",
"scope": "language-overridable"
},
|