show symbol size in symbol list (#268)

* show symbol size in symbol list

* configs for show symbol size

* move symbol size config to config-schema
This commit is contained in:
BR-
2025-10-08 19:32:07 -07:00
committed by GitHub
parent 572afa8551
commit 781071761a
4 changed files with 47 additions and 2 deletions

View File

@@ -665,6 +665,7 @@ fn diff_col_ui(
appearance,
column,
open_sections,
diff_config,
) {
match (column, action) {
(
@@ -703,6 +704,7 @@ fn diff_col_ui(
appearance,
column,
open_sections,
diff_config,
) {
ret = Some(result);
}