You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
ccls complains that /context/diagnostics[0]/relatedInformation in the document/codeAction request is not an array. ccls originally sends [] in the diagnostics and this somehow gets transformed to null when echoed back to the server.
To Reproduce
Go to a line with diagnostics and code actions in a ccls-project buffer.
Which Language Server did you use
ccls master from yesterday.
OS
GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.5) of 2019-03-04
Describe the bug
ccls complains that
/context/diagnostics[0]/relatedInformation
in thedocument/codeAction
request is not an array. ccls originally sends[]
in the diagnostics and this somehow gets transformed tonull
when echoed back to the server.To Reproduce
Go to a line with diagnostics and code actions in a ccls-project buffer.
Which Language Server did you use
ccls master from yesterday.
OS
GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.5) of 2019-03-04
IO
And the original diagnostics look like so:
The text was updated successfully, but these errors were encountered: