helix/helix-view/src/handlers
Michael Davis 313a6479b1
LSP: Properly discard out-of-date diagnostics
Previously the `filter` caused the diagnostics to not be attached to the
document - which is good - but the out-of-date diagnostics were still
inserted into the global (editor-wide) diagnostic set. Instead we should
completely discard out-of-date diagnostics.
2025-02-04 10:39:49 -05:00
..
completion.rs Add a completion handler type in helix-view for tracking responses 2025-02-01 19:35:58 -05:00
dap.rs DAP: Refactor handling of Event and Request protocol types 2025-01-27 15:27:35 -05:00
diagnostics.rs only show inline diagnostics after a delay 2024-07-15 16:36:29 +02:00
lsp.rs LSP: Properly discard out-of-date diagnostics 2025-02-04 10:39:49 -05:00