Created
May 14, 2022 05:42
-
-
Save koko-u/8405a16f026df264c5adf38f9af40e73 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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