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