Update container-scripts/vscode_server.sh

This commit is contained in:
2024-02-06 18:58:37 -10:00
parent 8422a6fd9c
commit e797fac2b5
+2 -1
View File
@@ -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.