ZIm/crates/diagnostics/src
everdrone 1c6dd03e50
Add Diagnostics key context (#23043)
Closes #17337

Release Notes:

- Add `Diagnostics` key context
- Enables users to specify key bindings for that pane

```json
{
    "context": "Diagnostics",
    "bindings": {
        "alt-q": "diagnostics::ToggleWarnings"
    }
}
```
2025-01-13 16:07:04 +00:00
..
diagnostics.rs Add Diagnostics key context (#23043) 2025-01-13 16:07:04 +00:00
diagnostics_tests.rs Revert "Start diagnostic group_id at 1 to handle non LS diagnostics (#22694) (#22700) 2025-01-06 07:03:01 +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