Update vscode-web/run.sh

Co-authored-by: Muhammad Atif Ali <me@matifali.dev>
pull/235/head
Michael Brewer 1 year ago committed by GitHub
parent a367517883
commit 9bb4b82043
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -27,7 +27,7 @@ fi
if [ -f "$VSCODE_SERVER" ]; then if [ -f "$VSCODE_SERVER" ]; then
if [ "${OFFLINE}" = true ] || [ "${USE_CACHED}" = true ]; then if [ "${OFFLINE}" = true ] || [ "${USE_CACHED}" = true ]; then
echo "🥳 Found a copy of VS Code Web" echo "🥳 Found a copy of VS Code Web"
run_code_server run_vscode_web
exit 0 exit 0
fi fi
fi fi

Loading…
Cancel
Save