flocon/run_onchange_50_install_vscode_extensions.sh.tmpl
Anthony Rodriguez 85c903d656 Add .chezmoidata/vscode.yaml
Add .config/VSCodium/User/settings.json
Remove .config/VSCodium/User/settings.json
Add 50_install_vscode_extensions.sh
2024-07-21 19:25:43 +02:00

6 lines
110 B
Bash

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