Update file software.yml

This commit is contained in:
Brian Zalewski 2023-01-24 19:42:59 +00:00
parent d9725991f0
commit c4829c08de

View file

@ -8606,7 +8606,7 @@ softwarePlugins:
- vagrant-vbguest - vagrant-vbguest
- vagrant-vmware-desktop - vagrant-vmware-desktop
vscodium: vscodium:
cmd: bash -c 'if test -n "$(find ~/.vscode/extensions -mindepth 1 -maxdepth 1 -type d -name "$(echo {PLUGIN} | tr "[:upper:]" "[:lower:]")*" -print -quit)"; then codium --install-extension "$(echo {PLUGIN} | tr "[:upper:]" "[:lower:]")"; fi' cmd: bash -c 'if [ ! -n "$(find ~/.vscode/extensions -mindepth 1 -maxdepth 1 -type d -name "$(echo {PLUGIN} | tr "[:upper:]" "[:lower:]")*" -print -quit)" ]; then codium --install-extension "$(echo {PLUGIN} | tr "[:upper:]" "[:lower:]")"; fi'
plugins: plugins:
- Angular.ng-template - Angular.ng-template
- attilabuti.vscode-mjml - attilabuti.vscode-mjml