From 9bb4b820430fb8c613019a8c7b66be6d710698ac Mon Sep 17 00:00:00 2001 From: Michael Brewer Date: Thu, 2 May 2024 01:00:47 -0700 Subject: [PATCH] Update vscode-web/run.sh Co-authored-by: Muhammad Atif Ali --- vscode-web/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode-web/run.sh b/vscode-web/run.sh index de870e3..b58552a 100755 --- a/vscode-web/run.sh +++ b/vscode-web/run.sh @@ -27,7 +27,7 @@ fi if [ -f "$VSCODE_SERVER" ]; then if [ "${OFFLINE}" = true ] || [ "${USE_CACHED}" = true ]; then echo "🥳 Found a copy of VS Code Web" - run_code_server + run_vscode_web exit 0 fi fi