Introduce a new include_warnings
setting under diagnostics
This commit is contained in:
parent
f603d682cd
commit
78908bc5cb
5 changed files with 43 additions and 1 deletions
|
@ -227,6 +227,11 @@
|
|||
},
|
||||
// Automatically update Zed
|
||||
"auto_update": true,
|
||||
// Diagnostics configuration.
|
||||
"diagnostics": {
|
||||
// Whether to show warnings or not by default.
|
||||
"include_warnings": true
|
||||
},
|
||||
// Git gutter behavior configuration.
|
||||
"git": {
|
||||
// Control whether the git gutter is shown. May take 2 values:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue