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
I'm not super well informed but I'd probably start with autogenerated message buffers like what gopls uses.
Regarding the issue at hand, they define it as pointer, so the zero value will be serialized correctly
What happened, and what did you expect to happen?
LSP completions include this, which violates the spec because kind should be either "plaintext" or "markdown".
documentation
is an optional markupContentgo-lsp package defines it as
omitempty
is useless. To fix this, we could change it toDocumentation *MarkupContent
.Opening this issue here because it seems like https://github.com/nimblebun/go-lsp is not active.
Maybe we should switch to a different library?
Output of "elvish -version"
0.21.0
Code of Conduct
The text was updated successfully, but these errors were encountered: