Skip to content

Instantly share code, notes, and snippets.

@w3cj
Created July 17, 2018 23:31
Show Gist options
  • Star 18 You must be signed in to star a gist
  • Fork 21 You must be signed in to fork a gist
  • Save w3cj/10303bbeb9299e7dba7df1369cc79341 to your computer and use it in GitHub Desktop.
Save w3cj/10303bbeb9299e7dba7df1369cc79341 to your computer and use it in GitHub Desktop.
patbenatar.advanced-new-file
formulahendry.auto-close-tag
formulahendry.auto-rename-tag
fosshaas.fontsize-shortcuts
BriteSnow.vscode-toggle-quotes
Zignd.html-css-class-completion
christian-kohler.npm-intellisense
christian-kohler.path-intellisense
octref.vetur
dbaeumer.vscode-eslint
hookyqr.beautify
coenraads.bracket-pair-colorizer
PKief.material-icon-theme
SmukkeKim.theme-setimonokai
wix.vscode-import-cost
WallabyJs.quokka-vscode
@epdjsmit
Copy link

You can run the Following and it will install all line of the vs-code-exstensions.txt all
xargs -L1 code --install-exstension <vs-code-exstensions.txt

@Aiden-Garth
Copy link

@epdjsmit I'm getting this error

@daandedios
Copy link

How to install:

  1. Make a .txt file in your home directory, that contains the extensions list.
  2. Run this command: while read line; do code --install-extension "$line";done <vs-code-exstensions.txt

and it's done.

@Retnuh1337
Copy link

There is a typo above, so I have fixed it below:

  1. Make a .txt file in your home directory, that contains the extensions list.
  2. Run this command: while read line; do code --install-extension "$line";done <vs-code-extensions.txt

@zer0life
Copy link

how did you get xargs on a mac?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment