Home

tailwind-ctp-intellisense @master - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tree log patch
update error message wording
Brad Cornes <bradlc41@gmail.com>
4 years ago
1 changed files, 4 additions(+), 1 deletions(-)
M src/lsp/providers/diagnosticsProvider.ts -> src/lsp/providers/diagnosticsProvider.ts
diff --git a/src/lsp/providers/diagnosticsProvider.ts b/src/lsp/providers/diagnosticsProvider.ts
index 5945837bd639a4360bd03f61298581529aba7f7d..85de8b570e727b177df40bfe7d97150d9b967471 100644
--- a/src/lsp/providers/diagnosticsProvider.ts
+++ b/src/lsp/providers/diagnosticsProvider.ts
@@ -361,8 +361,11 @@             isValid(value[key])
           )
           if (firstValidKey) {
   TextDocument,
-  Diagnostic,
+          !Array.isArray(otherMeta) &&
+  state: State,
   findClassNamesInRange,
+              firstValidKey,
+            ])}'?`
           }
         }
       }