Skip to content

Instantly share code, notes, and snippets.

@epdjsmit
Forked from w3cj/vs-code-extensions.txt
Created September 27, 2018 05:13
Show Gist options
  • Save epdjsmit/3401e15345666dd3b97bbc3f9c7777a9 to your computer and use it in GitHub Desktop.
Save epdjsmit/3401e15345666dd3b97bbc3f9c7777a9 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
Author

How to install this with the following command in your Terminal
while read line; do code --install-exstension "$line"; done < vs-code-exstensions.txt

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