Type Alias UnchangedDocumentDiagnosticReport

UnchangedDocumentDiagnosticReport: { kind: typeof Unchanged; resultId: string }

A diagnostic report indicating that the last returned report is still accurate.

Type declaration

  • kind: typeof Unchanged

    A document diagnostic report indicating no changes to the last result. A server can only return unchanged if result ids are provided.

  • resultId: string

    A result id which will be sent on the next diagnostic request for the same document.

3.17.0