From c4829c08deeb5c896fd5605677f868720d2f78e0 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Tue, 24 Jan 2023 19:42:59 +0000 Subject: [PATCH] Update file software.yml --- software.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software.yml b/software.yml index 2b9ab963..55c5a053 100644 --- a/software.yml +++ b/software.yml @@ -8606,7 +8606,7 @@ softwarePlugins: - vagrant-vbguest - vagrant-vmware-desktop 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: - Angular.ng-template - attilabuti.vscode-mjml