Skip to content

Instantly share code, notes, and snippets.

@dwardu89
Created February 25, 2020 09:32
Show Gist options
  • Save dwardu89/b40c191aae5434a5b6534a323e531372 to your computer and use it in GitHub Desktop.
Save dwardu89/b40c191aae5434a5b6534a323e531372 to your computer and use it in GitHub Desktop.
Export a list of Visual Studio Code Extensions
#!/usr/bin/env bash
code --list-extensions | awk '{print "code --install-extension " $1}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment