fix conditions

pull/318/head
Muhammad Atif Ali 9 months ago committed by GitHub
parent 072538d383
commit 0b8f130b73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -78,8 +78,7 @@ done
if [ "${AUTO_INSTALL_EXTENSIONS}" = true ]; then
if ! command -v jq > /dev/null; then
echo "jq is required to install extensions from a workspace file."
fi
else
WORKSPACE_DIR="$HOME"
if [ -n "${FOLDER}" ]; then
WORKSPACE_DIR="${FOLDER}"
@ -93,5 +92,6 @@ if [ "${AUTO_INSTALL_EXTENSIONS}" = true ]; then
done
fi
fi
fi
run_vscode_web

Loading…
Cancel
Save