vscode-extensions: update script consider codium

This commit is contained in:
happysalada
2021-07-17 11:06:01 +09:00
committed by Raphael Megzari
parent 8d3b6e10f1
commit bd8076df8a
@@ -48,7 +48,7 @@ EOF
if [ $# -ne 0 ]; then
CODE=$1
else
CODE=$(command -v code)
CODE=$(command -v code || command -v codium)
fi
if [ -z "$CODE" ]; then