onDidChangeDiagnostics property
Event<DiagnosticChangeEvent>
get
onDidChangeDiagnostics
An {@link Event} which fires when the global set of diagnostics changes. This is newly added and removed diagnostics.
Implementation
_i3.Event<_i3.DiagnosticChangeEvent> get onDidChangeDiagnostics =>
_i4.getProperty(
this,
'onDidChangeDiagnostics',
);