Replies: 1 comment
-
|
Hi! 👋 The Language Server does have a handler for workspace/diagnostics. However, it’s not advertised in the server capabilities by default, which is why you don’t see it there. A few things to check:
So you’re probably not missing anything, it’s likely just that the capability isn’t advertised correctly. If you want to experiment, you could try setting workspaceDiagnostics: true in the server initialization and see if diagnostics start coming through. Hope that helps! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As far as I'm a aware the LanguageServer does have a handler for workspace diagnostics but it seems like it's not returned in server capabilities, I would assume that diagnosticPorvider.workspaceDiagnostics would be set to true.
Is there something I'm missing.
Beta Was this translation helpful? Give feedback.
All reactions