Skip to content

Instantly share code, notes, and snippets.

@AleksandrMihhailov
Created January 23, 2019 20:47
Show Gist options
  • Save AleksandrMihhailov/9f1f6c9f852d39b86685ed5b4decb770 to your computer and use it in GitHub Desktop.
Save AleksandrMihhailov/9f1f6c9f852d39b86685ed5b4decb770 to your computer and use it in GitHub Desktop.
List VSCode extensions to install it from console
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