Last active
February 19, 2017 18:30
-
-
Save harmishhk/4e611823c041451605b423352f36ebbe to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# #!/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