ZIm/crates/diagnostics/src
Michael Sloan 3ae6aa0e4d
Start diagnostic group_id at 1 to handle non LS diagnostics (#22694)
In particular, `DiagnosticPopover` both:

* Supports moving the selection to a diagnostic when clicked, based on
`group_id`

* Provides Diagnostic values with `group_id: 0` providing informztion on
hover about invisible characters.

So, clicking such a popover would navigate to the very first error
produced by a language server. Really not a big deal of course, but
seems good to fix as it might result in surprising behavior in other
future circumstances

Release Notes:

- N/A
2025-01-06 05:18:56 +00:00
..
diagnostics.rs Improve multibuffer excerpt affordances (#22167) 2024-12-30 12:23:11 +00:00
diagnostics_tests.rs Start diagnostic group_id at 1 to handle non LS diagnostics (#22694) 2025-01-06 05:18:56 +00:00
items.rs Support diagnostic navigation in multibuffers (#22620) 2025-01-03 18:07:56 +00:00
project_diagnostics_settings.rs Revert "settings: Remove auxiliary Content types where possible (#16744)" (#17768) 2024-09-12 14:46:08 -04:00
toolbar_controls.rs diagnostics: Improve performance with large # of diagnostics (#20189) 2024-11-04 12:16:02 -07:00