zed/crates/diagnostics
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
..
src Add Diagnostics key context (#23043) 2025-01-13 16:07:04 +00:00
Cargo.toml Release syntax aware heuristic expansion of diagnostic excerpts (#22858) 2025-01-08 20:53:52 +00:00
LICENSE-GPL chore: Change AGPL-licensed crates to GPL (except for collab) (#4231) 2024-01-24 00:26:58 +01:00