Use proper settings in the diagnostics section (#29791)

Follow-up of https://github.com/zed-industries/zed/pull/29706

Release Notes:

- N/A

Co-authored-by: Cole Miller <cole@zed.dev>
This commit is contained in:
Kirill Bulatov 2025-05-02 16:48:52 +03:00 committed by GitHub
parent 49a71ec3b8
commit d1b35be353
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -934,7 +934,7 @@
// Shows all diagnostics when not specified.
"max_severity": null
},
"rust": {
"cargo": {
// When enabled, Zed disables rust-analyzer's check on save and starts to query
// Cargo diagnostics separately.
"fetch_cargo_diagnostics": false