This is specified in the spec, but we just never really needed it. This
allows for users of the LSP libraries to inspect information about the
client that is connected to the server.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Could we have an error case perhaps?
mlir/lib/Tools/lsp-server-support/Protocol.cpp | ||
---|---|---|
306 | How is this materialized below? E.g., name is just a std::string, so that seems that it would report an error if not set. |
Comment Actions
Yep, I'll add one. Thanks!
mlir/lib/Tools/lsp-server-support/Protocol.cpp | ||
---|---|---|
306 | Oh, nice callout. Let me just make these fail. |
How is this materialized below? E.g., name is just a std::string, so that seems that it would report an error if not set.