Skip to content

Instantly share code, notes, and snippets.

@sonukapoor
Last active June 19, 2018 18:56
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 sonukapoor/b29fbf44044b5d01729084741abb9be1 to your computer and use it in GitHub Desktop.
Save sonukapoor/b29fbf44044b5d01729084741abb9be1 to your computer and use it in GitHub Desktop.
Get all VS Code extensions
# Get all VS Code extensions:
code --list-extensions | xargs -L 1 echo code --install-extension
# My fav VS Code Extentions
code --install-extension Angular.ng-template
code --install-extension CoenraadS.bracket-pair-colorizer
code --install-extension SirTori.indenticator
code --install-extension WallabyJs.quokka-vscode
code --install-extension dbaeumer.vscode-eslint
code --install-extension eamodio.gitlens
code --install-extension eg2.tslint
code --install-extension esbenp.prettier-vscode
code --install-extension formulahendry.auto-close-tag
code --install-extension formulahendry.auto-rename-tag
code --install-extension humao.rest-client
code --install-extension infinity1207.angular2-switcher
code --install-extension ivangabriele.vscode-tfs
code --install-extension jakob101.relativepathrefactor
code --install-extension mrmlnc.vscode-autoprefixer
code --install-extension ms-vsts.team
code --install-extension msjsdiag.debugger-for-chrome
code --install-extension patrys.vscode-code-outline
code --install-extension rbbit.typescript-hero
code --install-extension robertohuertasm.vscode-icons
code --install-extension samverschueren.final-newline
code --install-extension sasa.vscode-sass-format
code --install-extension steoates.autoimport
code --install-extension wayou.vscode-todo-highlight
code --install-extension wix.vscode-import-cost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment