Explorar el Código

Code install extensions instruction

Tom McKenzie hace 7 años
padre
commit
32ecd3636c
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      Code/update.sh

+ 3 - 0
Code/update.sh

@@ -1,2 +1,5 @@
 grep -v 'oauth' /Users/tom/Library/Application\ Support/Code/User/settings.json > ./User/settings.json
 code --list-extensions > ./list-extensions.txt
+
+# install extensions using:
+# cat list-extensions.txt | while read line; do code --install-extension "$line"; done