Interface DiagnosticChangeEvent

The event that is fired when diagnostics change.

interface DiagnosticChangeEvent {
    uris: readonly Uri[];
}

Properties

Properties

uris: readonly Uri[]

An array of resources for which diagnostics have changed.