Files
oak-gpui/crates
Kirill Bulatov 70575d1115 Remove redundant Cargo diagnostics settings (#36795)
Removes `diagnostics.cargo.fetch_cargo_diagnostics` settings as those
are not needed for the flycheck diagnostics to run.
This setting disabled `checkOnSave` in rust-analyzer and allowed to
update diagnostics via flycheck in the project diagnostics editor with
the "refresh" button.

Instead, `"checkOnSave": false,` can be set manually as
https://zed.dev/docs/languages/rust#more-server-configuration example
shows and flycheck commands can be called manually from anywhere,
including the diagnostics panel, to refresh the diagnostics.

Release Notes:

- Removed redundant `diagnostics.cargo.fetch_cargo_diagnostics` settings
2025-08-23 07:03:36 +00:00
..
2025-08-22 19:32:49 +00:00
2025-08-22 22:09:08 -06:00
2025-08-19 20:26:56 -06:00
2025-08-20 02:11:17 +00:00
2025-08-20 03:40:39 +00:00
2025-08-19 20:33:44 +00:00
2025-08-21 06:48:04 +00:00