Skip to content

Instantly share code, notes, and snippets.

@lochbrunner
Created May 5, 2018 08:53
Show Gist options
  • Save lochbrunner/317c8bd2890b415336c0d23a16bb129c to your computer and use it in GitHub Desktop.
Save lochbrunner/317c8bd2890b415336c0d23a16bb129c to your computer and use it in GitHub Desktop.
Installation script of my current vscode extensions
#!/bin/sh
code --install-extension DavidAnson.vscode-markdownlint
code --install-extension PeterJausovec.vscode-docker
code --install-extension avli.clojure
code --install-extension cssho.vscode-svgviewer
code --install-extension donjayamanne.githistory
code --install-extension eamodio.gitlens
code --install-extension eg2.tslint
code --install-extension jamesnorton.continuum
code --install-extension justusadam.language-haskell
code --install-extension ms-python.python
code --install-extension ms-vscode.cpptools
code --install-extension msjsdiag.debugger-for-chrome
code --install-extension sbrink.elm
code --install-extension streetsidesoftware.code-spell-checker
code --install-extension twxs.cmake
code --install-extension vector-of-bool.cmake-tools
code --install-extension waderyan.gitblame
code --install-extension xaver.clang-format
code --install-extension zxh404.vscode-proto3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment