Skip to content

Instantly share code, notes, and snippets.

@Krakenus
Last active July 20, 2020 07:26
Show Gist options
  • Save Krakenus/1be89c21cb9ed3e4a6524a00967cebf7 to your computer and use it in GitHub Desktop.
Save Krakenus/1be89c21cb9ed3e4a6524a00967cebf7 to your computer and use it in GitHub Desktop.
vscode - export extensions to install script
#!/bin/bash
code --list-extensions | xargs -L 1 echo code --install-extension > install_extensions.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment