機能拡張の一覧を作成

 UNIX:
 
 code --list-extensions | xargs -L 1 echo code --install-extension
 Windows (PowerShell, e. g. using VSCode's integrated Terminal):
 
 code --list-extensions | % { "code --install-extension $_" }

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS