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?

More than 1 year has passed since last update.

【VS Code】拡張機能のエクスポートコマンド

Last updated at Posted at 2022-07-29

コマンド

インストールコマンドの形式でファイルに出力する。

# 出力
$ code --list-extensions | xargs -L 1 echo code --install-extension > extensions_list.txt

# 確認
$ cat extensions_list.txt
code --install-extension 42Crunch.vscode-openapi
code --install-extension aaron-bond.better-comments
code --install-extension adpyke.vscode-sql-formatter
code --install-extension adrianwilczynski.terminal-commands
code --install-extension aeschli.vscode-css-formatter
code --install-extension albert.TabOut
code --install-extension alefragnani.Bookmarks
code --install-extension alefragnani.project-manager
...

参考

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?