Skip to content

lspeasy / core/src / DocumentDiagnosticReportKind

Variable: DocumentDiagnosticReportKind

ts
const DocumentDiagnosticReportKind: {
  Full: "full";
  Unchanged: "unchanged";
};

Defined in: packages/core/src/protocol/enums.ts:144

Type Declaration

NameTypeDefault valueDefined in
Full"full"'full'packages/core/src/protocol/enums.ts:145
Unchanged"unchanged"'unchanged'packages/core/src/protocol/enums.ts:146

Released under the MIT License.