docs: Update settings in diagnostics.md (#36806)
For project_panel, the diagnostics key seems to be `show_diagnostics` not `diagnostics` ([source](https://github.com/zed-industries/zed/blob/main/crates/project_panel/src/project_panel_settings.rs#L149-L152)). Updating the docs accordingly Release Notes: - N/A
This commit is contained in:
parent
60ea4754b2
commit
d49409caba
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ To configure, use
|
|||
|
||||
```json5
|
||||
"project_panel": {
|
||||
"diagnostics": "all",
|
||||
"show_diagnostics": "all",
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue