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

Mark Nauwelaerts <mark.nauwelae...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark.nauwelae...@gmail.com

--- Comment #1 from Mark Nauwelaerts <mark.nauwelae...@gmail.com> ---
The response from the gopls server is not quite what it should be, see
specifications on
https://microsoft.github.io/language-server-protocol/specifications/specification-3-17/#workspaceEdit

In this case, it chooses to use the documentChanges property, but it should
only do that if the client specifies suitable capabilities. In this case, the
LSP plugin does not specify those, as it does not (yet) support that type of
response.  We may extend that parsing somewhat on the client side, but as it
stands it is a server-side protocol issue.

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

Reply via email to