vscode-extensions: update script consider codium

This commit is contained in:
happysalada 2021-07-16 17:36:35 +09:00 committed by Raphael Megzari
parent 8d3b6e10f1
commit bd8076df8a

View file

@ -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