lspeasy / core/src / DocumentDiagnosticReportKind
Variable: DocumentDiagnosticReportKind
ts
const DocumentDiagnosticReportKind: {
Full: "full";
Unchanged: "unchanged";
};Defined in: packages/core/src/protocol/enums.ts:144
Type Declaration
| Name | Type | Default value | Defined in |
|---|---|---|---|
Full | "full" | 'full' | packages/core/src/protocol/enums.ts:145 |
Unchanged | "unchanged" | 'unchanged' | packages/core/src/protocol/enums.ts:146 |