ZIm/crates/diagnostics/src
Kirill Bulatov a8312d623d
Allow to temporarily toggle diagnostics in the editor (#30316)
* Adds a `diagnostics_max_severity: null` editor settings that has
previous hardcoded default, `warning`
* Make inline diagnostics to inherit this setting by default (can be
overridden with its own max_severity setting)
* Allows to toggle diagnostics in the editor menu and via new action,
`editor::ToggleDiagnostics`

Closes https://github.com/zed-industries/zed/issues/4686

Release Notes:

- N/A *or* Added/Fixed/Improved ...
2025-05-08 21:47:32 +00:00
..
diagnostic_renderer.rs editor: Add minimap (#26893) 2025-05-07 23:11:09 +03:00
diagnostics.rs Allow to temporarily toggle diagnostics in the editor (#30316) 2025-05-08 21:47:32 +00:00
diagnostics_tests.rs Show diagnostic codes (#29296) 2025-04-23 20:51:01 -06:00
items.rs Fix panic when diagnostics first opens (#28935) 2025-04-16 21:57:42 -06:00
toolbar_controls.rs Use rust-analyzer's flycheck as source of cargo diagnostics (#29779) 2025-05-02 10:07:51 +03:00