Thoughts about tech, programming, and more.

Customize your VSCode font sizes

To edit your VSCode settings, use COMMAND + P to open your command palette and search for settings.json. Open the file.

Once open, you can customize VSCode by adding the lines listed below.

General Sizing

The ZoomLevel setting allows you to adjust the size of everything within the VSCode window.

"window.zoomLevel": 0.7,

This seems to be the only decent way to adjust the VSCode sidebar size. The approach that I’ve taken is to to adjust this Zoom level so that my sidebar font is at my preferred size, then adjust the other font sizes using the other settings below.

Editor Font Size

"editor.fontSize": 14,

Integrated Terminal

Customize font size:

"terminal.integrated.fontSize": 14,

Customize line height:

"terminal.integrated.lineHeight": 1.1,

Subscribe to Daniel Lemky

Sign up now to get access to the library of members-only issues.
Jamie Larson
Subscribe