Introduce a new include_warnings setting under diagnostics

This commit is contained in:
Antonio Scandurra 2023-09-27 18:08:08 -06:00
parent f603d682cd
commit 78908bc5cb
5 changed files with 43 additions and 1 deletions

View file

@ -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: