chore(macos) install vscode extensions
This commit is contained in:
parent
6bca77355e
commit
7ceff89f26
4
.chezmoiscripts/run_onchange_vscode-extensions.sh.tmpl
Normal file
4
.chezmoiscripts/run_onchange_vscode-extensions.sh.tmpl
Normal file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
{{ range .packages.vscode -}}
|
||||
code --install-extension {{ . | quote }}
|
||||
{{ end -}}
|
||||
Loading…
Reference in New Issue
Block a user