From d2b2e5f980b87c721934486bf4cef38d604514a3 Mon Sep 17 00:00:00 2001 From: Maxim Yurevich Date: Wed, 3 Apr 2024 14:11:08 +0300 Subject: [PATCH] fix: ignore unsupported notification messages from tailwindcss-language-server --- autoload/lsp/handlers.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/autoload/lsp/handlers.vim b/autoload/lsp/handlers.vim index ea8b7ac..e0eee13 100644 --- a/autoload/lsp/handlers.vim +++ b/autoload/lsp/handlers.vim @@ -132,6 +132,7 @@ export def ProcessNotif(lspserver: dict, reply: dict): void 'o#/projectconfiguration', 'o#/projectdiagnosticstatus', 'o#/unresolveddependencies', + '@/tailwindCSS/projectInitialized' ] if lsp_notif_handlers->has_key(reply.method) -- 2.48.1