Language server middleware occasionally fails to publish diagnostics #9096
Labels
area-diagnostics
Logging/Features to facilitate diagnosing user problems
bug
Issue identified by VS Code Team member as probable bug
Milestone
LanguageClientMiddleware
is implemented as a class and relies onthis
. However, in VSC client middleware is assumed to be function at least forhandleDiagnostics
i.e.and
This causes diagnostics reports to fail b.c
this
is undefined.The text was updated successfully, but these errors were encountered: