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