View Source GenLSP.Notifications.TextDocumentPublishDiagnostics (gen_lsp v0.10.0)
Diagnostics notification are sent from the server to the client to signal results of validation runs.
Message Direction: serverToClient
Link to this section Summary
Link to this section Types
@type t() :: %GenLSP.Notifications.TextDocumentPublishDiagnostics{ jsonrpc: String.t(), method: String.t(), params: GenLSP.Structures.PublishDiagnosticsParams.t() | nil }