flocon/run_onchange_50_install_vscode_extensions.sh.tmpl

7 lines
110 B
Cheetah
Raw Normal View History

#!/bin/sh
{{ range .vscode.extensions }}
codium --install-extension {{ . | quote }} --force &
{{ end }}
wait