How to change size of window tab font in Visual Studio Code?

前端 未结 3 1740
不思量自难忘°
不思量自难忘° 2021-01-18 03:37

My computer is 4k display and the tab font is too tiny now. How to change the size of window tab font in as shown in this picture?

相关标签:
3条回答
  • 2021-01-18 04:00

    The window.zoomLevel setting can be accessed using: File > Preferences > Settings and search for "zoomlevel"

    VS Code Screenshot of window.zoomLevel Setting

    This setting appears to zoom everything in the window, except for the top menubar.

    I use a zoomLevel of 0.5.

    After changing it to 0.5, I reduced my setting for editor.fontSize, to avoid the fontsize in the code editor becoming too large.

    An alternative to modifying window.zoomLevel in settings is to use Ctrl + and Ctrl - to modify window.zoomLevel in increments of 1.

    (I don't think VS Code currently has any option to configure only the size of the font used for the tab names.)

    0 讨论(0)
  • 2021-01-18 04:04

    There's a couple of ways you can do this:

    1. Ctrl and + or Ctrl and - when you have the VS Code window in focus.
    2. File > Preferences > Settings and search for "Font". Change the editor font size.

    0 讨论(0)
  • 2021-01-18 04:15

    Please create a feature request for this on the repository.

    0 讨论(0)
提交回复
热议问题