2
2

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 3 years have passed since last update.

Visual Studio Code のタブのスクロールを高くする

Last updated at Posted at 2020-04-13

概要

VSCodeでたくさんのファイルを開いた場合に、タブのエリアをスクロールが出来るのですが、そのスクロールの高さが狭すぎて困っていました。(スクロールしようとするとタブをつかんでしまう。)
スクロールの高さを高くできるようになったようです。下記のイメージです。
settings.json-myext-Visual-Studio-Code-2020_04_13-19_06_41.gif

https://code.visualstudio.com/updates/v1_44
version 1.44 にアップデートする必要があります。

方法

settings.json を開き下記を追加します。

    "workbench.editor.titleScrollbarSizing" : "large"

以上です!

2
2
1

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
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?