I ran into this issue while trying to use wgsl-analyzer LSP server (GitHub - wgsl-analyzer/wgsl-analyzer: A language server implementation for WGSL and WESL · GitHub), which currently does not provide a document highlight provider. However, Kate appears to ignore this and sends a textDocument/documentHighlight request to the server anyway, which fails and bloats my log. This feels like it shouldn’t be ignored, even if having an LSP server without syntax highlighting is slightly weird…
Hmm , I thought we fixed that with
commit 6b80d0104171874df60199cfb751893e7376c31b
Author: Christoph Cullmann christoph@cullmann.dev
Date: Mon Dec 29 21:58:42 2025 +0100
ensure we honor the documentHighlightProvider capability
avoids that we send invalid requests to the server
which version do you use?
I installed it a month ago, so it should be pretty close to latest.
Could you paste the version info from the about dialog?
Kate: 25.04.3
KDE Frameworks: 6.13.10
Qt: 6.8.2/6.8.2
Debian 13, Wayland
Ok, sorry, but that version is too old.
The fix is from end of 2025, your version from April of 2025.
That’s very strange, since both APT and Discover say it’s latest…
Debian is unfortunately not very up-to-date in that respect, sorry.
If you want system provided more up-to-date software, you need to choose a different distribution.