-
Hello! I was wondering if there is a way to disable the notifications sent by the Language Server to the Client. Basically, the Nova Language Client API currently has a bug, leading to empty notification popping as I type in a I have already reported it, but until it is fixed, it would be handy to temporarily disable the notification.
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
No, you can't currently disable notifications to my knowledge unless you hack the server :) |
Beta Was this translation helpful? Give feedback.
-
Maybe removing the client capability for |
Beta Was this translation helpful? Give feedback.
-
Ah, I might just go with @mamazu and hack the client instead, considering that it is a temporary patch until they fix it. I shall see if I can intercept the |
Beta Was this translation helpful? Give feedback.
Maybe removing the client capability for
window/showMessage
could work?