🖥

VsCode でプロジェクトにおすすめ拡張を追加する / 確認・インストールする

に公開

画面から追加

「ワークスペースの推奨事項に追加する」

<img width="1029" alt="image" src="https://github.com/YumaInaura/YumaInaura/assets/13635059/8cc5b027-7503-46f8-9a7b-b01e44611ff2">

コマンドで追加する

拡張のページを開いた状態で以下コマンドを実行

<img width="739" alt="image" src="https://github.com/YumaInaura/YumaInaura/assets/13635059/a7fa16ac-e9d0-47f1-8e78-17f9b12c398f">

追加した結果

.vscode/extensions.json にJSON項目が追加される

{
  "recommendations": [
    "github.copilot"
  ]
}

追加した後の動作

VsCodeを開くと自動でおすすめされる

<img width="577" alt="image" src="https://github.com/YumaInaura/YumaInaura/assets/13635059/af856662-d613-4dde-960a-66fe026edb8b">

おすすめを無視してしまった場合

拡張機能 -> 推奨 から確認・インストールできる

<img width="451" alt="image" src="https://github.com/YumaInaura/YumaInaura/assets/13635059/bc3d6362-b38d-4d3d-9343-f86958d9daf5">

<img width="753" alt="image" src="https://github.com/YumaInaura/YumaInaura/assets/13635059/0475bca3-e085-405e-a912-c820733aa48c">

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

https://line.me/ti/g2/eEPltQ6Tzh3pYAZV8JXKZqc7PJ6L0rpm573dcQ

Twitter

https://twitter.com/YumaInaura

公開日時

2023-12-20

Discussion