2
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】特定のフォルダやファイルを非表示にする方法

Posted at

設定方法

設定前は以下のように表示されています。

E0BC8A3C-B39F-4F04-95BA-66B51372278A.png

VSCodeで設定を開きます。

設定画面でfiles.excludeを検索します。

C556903D-7CA5-4FB3-BC16-85596EF1A4BA.png

「Files: Exclude」の「パターンを追加」をクリックして**/exampleを入力します。

C556903D-7CA5-4FB3-BC16-85596EF1A4BAのコピー.png

するとexampleフォルダが表示されなくなります。

A9A32C7B-C8C7-410C-A727-BE5CCF1B9FAB.png

また「Files: Exclude」に**/test.txtを追加するとtest.txtが非表示になります。

59730607-424B-470C-8A39-6A04B2B5F8EE.png

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