1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Visual Studio Code, window zoom out設定

Last updated at Posted at 2016-11-13

settings.jsonにwindow.zoomLevelを追加し、値を設定しながらWindowの表示サイズを調整

自分はこんな感じ

{
    "editor.fontSize": 11,
    "window.zoomLevel": -1
}

経緯
デフォルトのwindow表示は少し大きい気がするので、いつもControl + -で小さくしていた。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?