ZIm/assets
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
..
badge Adjust Zed badge (#35294) 2025-07-29 15:09:31 -04:00
fonts Use IBM Plex Sans / Lilex (#36084) 2025-08-13 13:25:52 -06:00
icons thread view: Add more UI improvements (#36750) 2025-08-22 09:52:44 -03:00
images onboarding: Add fast-follow adjustments (#35814) 2025-08-07 19:01:52 -03:00
keymaps Show file open error view instead of the modal (#36764) 2025-08-22 17:04:39 +00:00
prompts Include full abs paths of worktrees in system prompt (#32725) 2025-06-15 15:45:26 +02:00
settings Remove redundant Cargo diagnostics settings (#36795) 2025-08-23 07:03:36 +00:00
sounds agent: Add sound notification when done generating (#31472) 2025-05-26 21:20:41 -03:00
themes themes: Implement Bright Black and Bright White colors (#36761) 2025-08-22 16:03:47 +00:00