GenLSP.Protocol.Structures.DiagnosticRelatedInformation (gen_lsp v0.0.1)
Represents a related message and source code location for a diagnostic. This should be used to point to code locations that cause or related to a diagnostics, e.g when duplicating a symbol in a scope.
properties
Properties
location :: Location (required)
The location of this related diagnostic information.
message :: string (required)
The message of this related diagnostic information.