From 96d2e44e1b542c33cae8ec2f840b1bd2dab63677 Mon Sep 17 00:00:00 2001 From: Nicholas Pease Date: Tue, 6 Feb 2024 19:12:58 -1000 Subject: [PATCH] Update container-scripts/vscode_server.sh --- container-scripts/vscode_server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container-scripts/vscode_server.sh b/container-scripts/vscode_server.sh index 53dae5c..cce5d82 100644 --- a/container-scripts/vscode_server.sh +++ b/container-scripts/vscode_server.sh @@ -49,7 +49,7 @@ if [ -n "${commit_sha}" ]; then # Download VS Code Server tarball to tmp directory. #curl -L "https://update.code.visualstudio.com/commit:${commit_sha}/server-linux-${ARCH}/stable" -o "/tmp/${archive}" - curl -L "https://update.code.visualstudio.com/1.86.0/cli-alpine-x64/stable" -o /tmp/${archive}" + curl -L "https://update.code.visualstudio.com/1.86.0/server-linux-x64/stable" -o /tmp/${archive} # Make the parent directory where the server should live. # NOTE: Ensure VS Code will have read/write access; namely the user running VScode or container user.