In the 2025.1 a new capability has been added - "diagnostic":{"dynamicRegistration":true}}
which broke the LSP errors, because this capability turns off the legacy publishDiagnostics
in the LSP server I use.
I don’t see any textDocument/diagnostic
request from IDEA though.
- Is there any way to fully configure the diagnostic, so that
textDocument/diagnostic
are send? - Is there a place where changes to LSP are reflected. (I spent some time wondering why the errors stopped showing
)
The quick fix would be to manually drop the "diagnostic":{"dynamicRegistration":true}}
from capabilities