Skip to content

Instantly share code, notes, and snippets.

@matheusnascgomes
Last active December 16, 2019 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matheusnascgomes/9753be673f3a235cf6bd3afadd7e269b to your computer and use it in GitHub Desktop.
Save matheusnascgomes/9753be673f3a235cf6bd3afadd7e269b to your computer and use it in GitHub Desktop.
Easiest way to output an installable list of vscode extensions
 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