nvim_runtime_lua

lsp.WorkspaceUnchangedDocumentDiagnosticReport

An unchanged document diagnostic report for a workspace diagnostic result.

Fields2

WorkspaceUnchangedDocumentDiagnosticReport.uri : lsp.DocumentUri

The URI for which diagnostic information is reported.

WorkspaceUnchangedDocumentDiagnosticReport.version : integer | lsp.null

The version number for which the diagnostics are reported. If the document is not marked as open null can be provided.