Update install-openvscode-server.sh (#195)

This commit is contained in:
routerino 2025-03-15 12:15:05 +11:00 committed by GitHub
parent d7a7136897
commit 7bb7d1f7cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
# script variables
OPENVSCODE_VERSION="1.86.2"
OPENVSCODE_VERSION="1.98.0"
OPENVSCODE_URL="https://github.com/gitpod-io/openvscode-server/releases/download/openvscode-server-v$OPENVSCODE_VERSION/openvscode-server-v$OPENVSCODE_VERSION-linux-x64.tar.gz"
OPENVSCODE_RELEASE="openvscode-server-v$OPENVSCODE_VERSION-linux-x64"