From 47f0a8511f33262ca4717ae817dca673c281cb2c Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Mon, 15 Jun 2020 11:24:35 +0100 Subject: [PATCH] remove diagnostics settings enum descriptions --- package.json | 42 ++++++------------------------------------ 1 file changed, 6 insertions(+), 36 deletions(-) diff --git a/package.json b/package.json index 055375e..4b0281d 100755 --- a/package.json +++ b/package.json @@ -83,12 +83,7 @@ "error" ], "default": "warning", - "markdownDescription": "", - "markdownEnumDescriptions": [ - "", - "", - "" - ] + "markdownDescription": "" }, "tailwindCSS.lint.unsupportedApply": { "type": "string", @@ -98,12 +93,7 @@ "error" ], "default": "error", - "markdownDescription": "", - "markdownEnumDescriptions": [ - "", - "", - "" - ] + "markdownDescription": "" }, "tailwindCSS.lint.unknownScreen": { "type": "string", @@ -113,12 +103,7 @@ "error" ], "default": "error", - "markdownDescription": "", - "markdownEnumDescriptions": [ - "", - "", - "" - ] + "markdownDescription": "" }, "tailwindCSS.lint.unknownVariant": { "type": "string", @@ -128,12 +113,7 @@ "error" ], "default": "error", - "markdownDescription": "", - "markdownEnumDescriptions": [ - "", - "", - "" - ] + "markdownDescription": "" }, "tailwindCSS.lint.unknownConfigKey": { "type": "string", @@ -143,12 +123,7 @@ "error" ], "default": "error", - "markdownDescription": "", - "markdownEnumDescriptions": [ - "", - "", - "" - ] + "markdownDescription": "" }, "tailwindCSS.lint.unsupportedTailwindDirective": { "type": "string", @@ -158,12 +133,7 @@ "error" ], "default": "error", - "markdownDescription": "", - "markdownEnumDescriptions": [ - "", - "", - "" - ] + "markdownDescription": "" } } }