How to change environment's font size?

Sul Aga picture Sul Aga · Nov 13, 2015 · Viewed 263.8k times · Source

Is there a way to change the environment font size in Visual Studio Code? Stuff like IntelliSense box, debug panel, file names, etc.

I know how to change the editor's font size but I cannot figure out how to change the environment font size. So I wonder if you can change it somehow.

Answer

Benjamin Pasero picture Benjamin Pasero · Nov 15, 2015

Currently it is not possible to change the font family or size outside the editor. You can however zoom the entire user interface in and out from the View menu.

Update for our VS Code 1.0 release:

A newly introduced setting window.zoomLevel allows to persist the zoom level for good! It can have both negative and positive values to zoom in or out.