GenLSP.Protocol.Structures.PublishDiagnosticsParams (gen_lsp v0.0.1)
The publish diagnostic notification's parameters.
properties
Properties
uri :: DocumentUri (required)
The URI for which diagnostic information is reported.
version :: integer
Optional the version number of the document the diagnostics are published for.
@since 3.15.0
diagnostics :: unimplemented doc type (required)
An array of diagnostic information items.