VS Code is too big

Viewed 42

enter image description here How can I fix this issue and reduce the size of VS Code?

2 Answers

Ctrl + + and Ctrl + - to zoom in and zoom out

Try to Zoom out or reset Zoom

  • View > Appearance > Zoom In (Ctrl+=) - increase the Zoom level.
  • View > Appearance > Zoom Out (Ctrl+-) - decrease the Zoom level.
  • View > Appearance > Reset Zoom (Ctrl+Numpad0) - reset the Zoom level to 0.

See the docu here.
Note: the keyboard shortcuts might be different depending on your keyboard/language settings.

Related