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