Skip to content

Instantly share code, notes, and snippets.

@ddieppa
Last active January 14, 2019 20:47
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 ddieppa/d1cce687081b726815f3404bd39e7be2 to your computer and use it in GitHub Desktop.
Save ddieppa/d1cce687081b726815f3404bd39e7be2 to your computer and use it in GitHub Desktop.
script in bash to output the installed extensions in vscode
code --list-extensions | xargs -L 1 echo code --install-extension > vscode-extensions.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment