-
Notifications
You must be signed in to change notification settings - Fork 365
Closed
Labels
info-neededIssue requires more information from posterIssue requires more information from poster
Description
I spent a large chunk of time today tracking down a bug I'd introduced; it looks like LanguageClient#onNotification can only have one handler per notification type, and silently overwrites the old handler when given a new one:
This goes very much against what I'd expect to be able to do, which is to register multiple handlers for the same notification type.
In particular, I'm trying to add vscode decorations for haskell "typed holes" which are hacked into the haskell compiler as error messages but need a faster feedback than hovering the mouse:
I want to augment the existing error reporting provided by the default vscode language client implementation but can't do it without removing that default publish diagnostic handler at the moment :/
dcastro
Metadata
Metadata
Assignees
Labels
info-neededIssue requires more information from posterIssue requires more information from poster
