From ba94fc8ce7fa5bc170f657856b42cf0bb3c1fd9c Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Fri, 12 Jun 2020 12:39:41 +0100 Subject: [PATCH] update settings descriptions and types --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 456a3dc..0d3fd0d 100755 --- a/package.json +++ b/package.json @@ -60,12 +60,15 @@ "tailwindCSS.emmetCompletions": { "type": "boolean", "default": false, - "description": "Enable class name completions when using Emmet-style syntax, for example `div.bg-red-500.uppercase`." + "markdownDescription": "Enable class name completions when using Emmet-style syntax, for example `div.bg-red-500.uppercase`" }, "tailwindCSS.includeLanguages": { "type": "object", + "additionalProperties": { + "type": "string" + }, "default": {}, - "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\"}`" + "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\"}`" } } }