Search code examples
textfontsvisual-studio-code

How do I adjust non text editor font sizes in Vscode


How do I change the font sizes of the text inside the ui items and text fields in Vscode?

See the image for areas of interest. I want to resize all the text you see in the pic.

vscode


Solution

  • Well the Font Size field shown in your screen shot will only change the font within the editor, not the text for other elements of VS Code. You can try adjusting the zoom setting:

    1. CTRL + SHIFT + P
    2. Type 'zoom'
    3. Select "View: Zoom In"

    enter image description here

    This will zoom in the entire IDE, not just the editor. This will make the font size bigger of the IDE since it's being zoomed in. I don't believe there's any setting to specifically change the font size of the text in non editor elements of the IDE so I think this is the best "work around" to solve your request. Try it out and see if it works for you.