Skip to content

Commit

Permalink
Merge pull request #494 from maximyurevich/main
Browse files Browse the repository at this point in the history
fix: ignore unsupported notification messages from tailwindcss-language-server
  • Loading branch information
yegappan authored Apr 4, 2024
2 parents 12461e7 + d2b2e5f commit 8255965
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/lsp/handlers.vim
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ export def ProcessNotif(lspserver: dict<any>, reply: dict<any>): void
'o#/projectconfiguration',
'o#/projectdiagnosticstatus',
'o#/unresolveddependencies',
'@/tailwindCSS/projectInitialized'
]

if lsp_notif_handlers->has_key(reply.method)
Expand Down

0 comments on commit 8255965

Please sign in to comment.