Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Code change font size for file explorer tray?

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.

like image 545
D Shorter Avatar asked Oct 10 '22 07:10

D Shorter


People also ask

How do I increase the font size in Visual Studio Solution Explorer?

Select from the menu Tools -> Options -> Fonts and Colors -> Environment Font. Select a different font name and then change the font size. Apply changes.

How do you increase font size in VS Code sidebar?

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.


2 Answers

I've found that setting the zoom level in settings.json works well for this:

"window.zoomLevel": 1
like image 228
hamiltonia Avatar answered Oct 12 '22 19:10

hamiltonia


I have set

"window.zoomLevel": -1 and "editor.fontSize": 16.5

it works great here's a preview,

here's a preview

like image 78
elainr5 Avatar answered Oct 12 '22 21:10

elainr5