Skip to content

Instantly share code, notes, and snippets.

@indrayam
Created December 8, 2018 16:04
Show Gist options
  • Save indrayam/72f149fc62ac6fd4f71cbc384ede72aa to your computer and use it in GitHub Desktop.
Save indrayam/72f149fc62ac6fd4f71cbc384ede72aa to your computer and use it in GitHub Desktop.
Export VS Code Extensions List

Manual - By script

In machine A,

code --list-extensions | xargs -L 1 echo code --install-extension copy and paste the echo output to machine B

sample output

code --install-extension Angular.ng-template
code --install-extension DSKWRK.vscode-generate-getter-setter
code --install-extension EditorConfig.EditorConfig
code --install-extension HookyQR.beautify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment