Exemple of an element of type Lsp.Types.Diagnostic.t #394
SoilihBenSoilih
started this conversation in
General
Replies: 1 comment 1 reply
-
I don't know what you mean by "show me how an element of Lsp.Types.Diagnostic.t type look like", but if if helps, here is some code that creates diagnostics for the lsp server in one of my projects : https://github.com/Gbury/dolmen/blob/master/src/lsp/diagnostic.ml |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm currently developping an LSP server in ocaml, I have some issues with the diagnostics. Can someone show me how an element of Lsp.Types.Diagnostic.t type look like? Perhaps I will figure out my issue after that.
Thank you a lot !!!
Beta Was this translation helpful? Give feedback.
All reactions