Skip to content

Instantly share code, notes, and snippets.

@DinoSourcesRex
Created October 23, 2018 19:10
Show Gist options
  • Save DinoSourcesRex/2179625401b8b823b1f1f387a59f426c to your computer and use it in GitHub Desktop.
Save DinoSourcesRex/2179625401b8b823b1f1f387a59f426c to your computer and use it in GitHub Desktop.
Lists all VSCode extensions currently installed so you can easily reinstalled them
code --list-extensions | xargs -L 1 echo code --install-extension
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment