Fix pull diagnostics on the remote clients (#33028)
Also add a test. Release Notes: - Fixed pull diagnostics on the remote clients
This commit is contained in:
parent
e202981f0c
commit
c8d49408d3
4 changed files with 666 additions and 86 deletions
|
@ -87,7 +87,7 @@ pub fn register_notifications(
|
|||
None,
|
||||
DiagnosticSourceKind::Pushed,
|
||||
&adapter.disk_based_diagnostic_sources,
|
||||
|diag, _| !is_inactive_region(diag),
|
||||
|_, diag, _| !is_inactive_region(diag),
|
||||
cx,
|
||||
)
|
||||
.log_err();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue