Update file software.yml
This commit is contained in:
parent
d9725991f0
commit
c4829c08de
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue