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

Visual Studio Code のアクティビティバーを非表示にしたい

Posted at

1. はじめに

  • Visual Studio Codeの左にあるアクティビティバーを非表示にしたい
  • ステータスバーにアイコンを追加して、必要な時に使えるようにしたい

2. 開発環境

  • Visual Studio Code
  • Windows 11

3. アクティビティバーの非表示

3.1. Ctrl + Shift + P をクリックする

image.png

3.2. 表示: アクティビティバーを非表示にするを選択する

image.png

4. ステータスバーにアイコンを追加

4.1. 拡張機能から Activitus Bar をインストールする

image.png

4.2. ステータスバーに追加される

image.png

5. (補足)ステータスバーのアイコン追加

5.1. Activitus Bar の設定画面から settings.jsonを編集 をクリックする

image.png

5.2. JSONを編集して追加する

  • Project Managerのアイコンを追加してみる
    image.png

6. 参考文献

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