Skip to content

Instantly share code, notes, and snippets.

@yaakaito
Created February 7, 2024 07:12
Show Gist options
  • Save yaakaito/daa21b369585d102c4502261c42265ec to your computer and use it in GitHub Desktop.
Save yaakaito/daa21b369585d102c4502261c42265ec to your computer and use it in GitHub Desktop.
CLI から VSCode の拡張を入れる

--install-extension というコマンドがあり、これを使うと CLI から拡張機能をインストールできる。 プロジェクトに直接関係しないけど devcontainer に入っていてほしい、みたいなものに個人の設定で使うと便利。

code --install-extension mhutchie.git-graph
code --install-extension eamodio.gitlens
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment