## Summary
Add documentation for the default value of `include_warnings` in
diagnostics settings. This makes it consistent with other settings that
document their default values.
## Test plan
- Documentation-only change, no functional changes
Release Notes:
- N/A
@@ -1376,6 +1376,8 @@
// Whether to show the project diagnostics button in the status bar.
"button": true,
// Whether to show warnings or not by default.
+ //
+ // Default: true
"include_warnings": true,
// Settings for using LSP pull diagnostics mechanism in Zed.
"lsp_pull_diagnostics": {