1

I have VS Code installed on Ubuntu 18.04.

The font size are very small and I want to increase it.

So I changed in Preferences -> Settings (both in user and workspace settings).

But still the size of the font is same.

VS Code font Size settings

Below is the settings.json using Ctrl+Shift+p and entered settings:

{
    "editor.fontSize": 20,
    "editor.fontWeight": "200",
    "editor.suggestSelection": "first",
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue"
}

Any suggestions why the font size remains same?

Gama11
  • 31,714
  • 9
  • 78
  • 100
user51
  • 8,843
  • 21
  • 79
  • 158

1 Answers1

4

If you mean the environment font size, use ctrl++ and ctrl+shift+-. This will change the default value of "window.zoomLevel" in settings.

amirali
  • 1,888
  • 1
  • 11
  • 32