Skip to content

Instantly share code, notes, and snippets.

@neo
Last active September 28, 2018 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neo/7824a2428cc69f5dc7808b8829668dce to your computer and use it in GitHub Desktop.
Save neo/7824a2428cc69f5dc7808b8829668dce to your computer and use it in GitHub Desktop.
code --list-extensions | pbcopy
EditorConfig.EditorConfig
christian-kohler.npm-intellisense
CoenraadS.bracket-pair-colorizer
dbaeumer.vscode-eslint
eg2.tslint
eg2.vscode-npm-script
esbenp.prettier-vscode
flowtype.flow-for-vscode
formulahendry.auto-close-tag
formulahendry.auto-rename-tag
msjsdiag.debugger-for-chrome
robertohuertasm.vscode-icons
robinbentley.sass-indented
streetsidesoftware.code-spell-checker
xabikos.ReactSnippets
ziyasal.vscode-open-in-github
@neo
Copy link
Author

neo commented Sep 28, 2018

echo "THE_LIST_CONTENT" | xargs -L 1 code --install-extension

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