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:
Kirill Bulatov 2025-06-19 15:48:03 +03:00 committed by GitHub
parent e202981f0c
commit c8d49408d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 666 additions and 86 deletions

View file

@ -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();