From e797fac2b5c32a515b708af0cb5ebb161e269d93 Mon Sep 17 00:00:00 2001 From: Nicholas Pease Date: Tue, 6 Feb 2024 18:58:37 -1000 Subject: [PATCH] Update container-scripts/vscode_server.sh --- container-scripts/vscode_server.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/container-scripts/vscode_server.sh b/container-scripts/vscode_server.sh index 9395f9d..53dae5c 100644 --- a/container-scripts/vscode_server.sh +++ b/container-scripts/vscode_server.sh @@ -48,7 +48,8 @@ if [ -n "${commit_sha}" ]; then echo "will attempt to download VS Code Server version = '${commit_sha}'" # 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/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}" # 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.