Files
vscodium/patches
xiaolai 859e1f1a1c feat: add configurable sidebar font sizes
Add two new workbench settings for controlling font sizes in sidebars:
- workbench.sideBar.fontSize: Controls primary sidebar font size (6-32px)
- workbench.secondarySideBar.fontSize: Controls secondary sidebar font size

This improves accessibility by allowing users to independently scale sidebar
content without requiring full UI zoom or source code edits.

Implementation uses CSS custom properties for live updates without reload.
Default of 13px preserves existing behavior.

Based on rejected VS Code PR #270851 - rejected with "In this area we do not
accept PRs" despite 18 positive reactions and community support.
2025-12-12 06:49:43 +08:00
..
2025-11-07 15:28:08 +01:00
2025-11-07 15:28:08 +01:00
2025-08-09 11:47:10 +02:00
2025-10-18 15:19:00 +02:00
2025-02-13 15:25:47 +01:00
2025-09-12 12:18:47 +02:00
2025-11-07 15:28:08 +01:00