From: Maxim Yurevich Date: Wed, 3 Apr 2024 11:11:08 +0000 (+0300) Subject: fix: ignore unsupported notification messages from tailwindcss-language-server X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=d2b2e5f980b87c721934486bf4cef38d604514a3;p=vim-lsp.git fix: ignore unsupported notification messages from tailwindcss-language-server --- 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)