Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
more vscode plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Feb 21, 2017
1 parent a50ba9c commit 964d398
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions vscode/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,22 @@ if test "$(which code)"; then
ln -sf "$DOTFILES/vscode/settings.json" "$VSCODE_HOME/User/settings.json"
ln -sf "$DOTFILES/vscode/keybindings.json" "$VSCODE_HOME/User/keybindings.json"

# from `code --list-extensions`
modules="
Borke.Puppet
Borke.puppet
DotJoshJohnson.xml
EditorConfig.EditorConfig
Kasik96.swift
PeterJausovec.vscode-docker
WakaTime.vscode-wakatime
be5invis.toml
donjayamanne.python
georgewfraser.vscode-javac
haaaad.ansible
ipedrazas.kubernetes-snippets
lukehoban.Go
mattn.Runner
mauve.terraform
ms-vscode.cpptools
rebornix.Ruby
"
for module in $modules; do
Expand Down

0 comments on commit 964d398

Please sign in to comment.