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 1 year has passed since last update.

【VSCode】サイドバーのフォルダがまとまるので見えづらい場合

Last updated at Posted at 2022-08-19

VSCodeを使用していて、ちょっとしたことだけど、見やすくなるので備忘録として投稿。

Explorer:Compact Folders

VSCode > Setting(⌘,) > Features > Explorer > Compact Folders

image.png

これはdefaultでONになっているが、ONにすると、

components
└ common
 └ header.tsx

という風にフォルダ内にフォルダが一つだけのときは

image.png

という風に、まとまってしまう。

できればフォルダ名を正しく見たいので、先程の Compact Foldersのチェックを外す

そうすると、無事ツリー構造になりました。

image.png

まとめ

エンジニアたるもの、ほんの少しのことでも効率化できるように、日々開発環境をアップデートするべし。

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?