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