Skip to content

Instantly share code, notes, and snippets.

@koko-u
Created May 14, 2022 05:42
Show Gist options
  • Save koko-u/8405a16f026df264c5adf38f9af40e73 to your computer and use it in GitHub Desktop.
Save koko-u/8405a16f026df264c5adf38f9af40e73 to your computer and use it in GitHub Desktop.
#!/bin/bash
#
# Install visual studio code extensions
#
while IFS= read -r line
do
code --install-extension $line
done < $(dirname $0)/vscode.extensions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment