Add auto_open_panel_for_diagnostics

This commit is contained in:
xoxorwr 2026-02-21 17:02:28 +01:00 committed by CJ van den Berg
parent 3f0578a909
commit a93b905bdd
2 changed files with 4 additions and 0 deletions

View file

@ -59,6 +59,7 @@ show_bottom_bar_grip: bool = true,
show_scrollbars: bool = true,
show_fileicons: bool = true,
show_local_diagnostics_in_panel: bool = false,
auto_open_panel_for_diagnostics: bool = true,
scrollbar_auto_hide: bool = true,
scroll_step_vertical: usize = 3,
scroll_step_horizontal: usize = 5,