How do I change the font size for the file explorer in Visual Studio Code? There is not an option in the settings.json file.
Select from the menu Tools -> Options -> Fonts and Colors -> Environment Font. Select a different font name and then change the font size. Apply changes.
Answers 1 : of How to change font size in VS Code sidebar zoomLevel": "your number", In my case I started with zero, you can use that as sort of a baseline: "editor. fontSize": 14, "editor.
I've found that setting the zoom level in settings.json works well for this:
"window.zoomLevel": 1
I have set
"window.zoomLevel": -1
and
"editor.fontSize": 16.5
it works great here's a preview,
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With