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】プロジェクトごとに設定を変える方法

Last updated at Posted at 2023-04-26

はじめに

VSCode で、プロジェクトごとにタブのサイズを変更したいと思うことがありました。この記事では、そういった場合に役立つ「フォルダーの設定」という便利な機能を紹介します。

方法

  1. VSCode で設定を変更したいフォルダーを開きます。

  2. サイドバーのエクスプローラーを右クリックし、「フォルダーの設定を開く」を選択します。
    スクリーンショット 2023-04-26 22.57.34.png

  3. 見慣れた設定画面が出るので、あとは好きなように設定します。
    スクリーンショット 2023-04-26 22.59.03.png

  4. 設定を変更すると、「.vscode」というフォルダーに「settings.json」が作成されます。これを編集して設定を変えることもできます。

まとめ

VSCodeでプロジェクトごとに設定を変更するには、「フォルダーの設定」を使用します。「.vscode/settings.json」を編集して設定を変更することもできます。


ご覧いただきありがとうございました。

🐦 Twitter: @shota_appdev

📱 個人アプリ: Symbols Explorer

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?