Skip to content

Instantly share code, notes, and snippets.

@harmishhk
Last active February 19, 2017 18:30
Show Gist options
  • Save harmishhk/4e611823c041451605b423352f36ebbe to your computer and use it in GitHub Desktop.
Save harmishhk/4e611823c041451605b423352f36ebbe to your computer and use it in GitHub Desktop.
# #!/bin/bash -eux
code --install-extension DotJoshJohnson.xml
code --install-extension EditorConfig.EditorConfig
code --install-extension PeterJausovec.vscode-docker
code --install-extension UCL.haskelly
code --install-extension ajshort.msg
code --install-extension cssho.vscode-svgviewer
code --install-extension donjayamanne.githistory
code --install-extension donjayamanne.python
code --install-extension eg2.tslint
code --install-extension julialang.language-julia
code --install-extension lukasz-wronski.ftp-sync
code --install-extension ms-vscode.cpptools
code --install-extension ms-vscode.latex
code --install-extension phr0s.bib
# code --install-extension seanmcbreen.Spell
code --install-extension twxs.cmake
code --install-extension wmaurer.change-case
wget -O /tmp/Spell-0.9.1.vsix https://github.com/harmishhk/vscode-spell-check/releases/download/0.9.1/Spell-0.9.1.vsix
code --install-extension /tmp/Spell-0.9.1.vsix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment