https://bugs.kde.org/show_bug.cgi?id=427270

--- Comment #8 from Mark Nauwelaerts <mark.nauwelae...@gmail.com> ---
Oops, the crash is obviously bad, but is fortunately plugged now.  

As for it not working (and the Url turning empty), that is actually a
server-side problem.  As specified
(https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_definition)
the reply to a 'textDocument/definition') can be one of Location, or Location[]
or LocationLink[].  However, the latter depends on the client specifying it is
so capable (which allows extending the protocol without surprising existing
client).  As it stands, the client does not support that reply nor does it
claim to in reported capabilities, so the server should not resort to sending
that type of reply.

It's not difficult to extend parsing to handle that reply as well (and will
likely do so in the coming days), but such is the background of the situation.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to