View Source GenLSP.Requests.TextDocumentDiagnostic (gen_lsp v0.10.0)
The document diagnostic request definition.
@since 3.17.0
Message Direction: clientToServer
Link to this section Summary
Link to this section Types
@type result() :: GenLSP.TypeAlias.DocumentDiagnosticReport.t()
@type t() :: %GenLSP.Requests.TextDocumentDiagnostic{ id: integer(), jsonrpc: String.t(), method: String.t(), params: GenLSP.Structures.DocumentDiagnosticParams.t() | nil }