open-remote-ssh icon indicating copy to clipboard operation
open-remote-ssh copied to clipboard

Wrong URL for vscodium download

Open ivan-balashov opened this issue 1 year ago • 7 comments

While trying to connect to server there is an error "Couldn't install vscode server on remote server, install script returned non-zero exit status";

In the console there is a strange server install command with extra dots and also this link is not exist on github vscodium " [Trace - 08:30:39.135] Server install command stdout: Error downloading server from https://github.com/VSCodium/vscodium/releases/download/1.91.0./vscodium-reh-linux-x64-1.91.0..tar.gz " while correct link is h ttps://github.com/VSCodium/vscodium/releases/download/1.91.0.24190/vscodium-reh-linux-x64-1.91.0.24190.tar.gz

Looks like problem is here

SERVER_DOWNLOAD_URL="$(echo "https://github.com/VSCodium/vscodium/releases/download/${version}.${release}/vscodium-reh-${os}-${arch}-${version}.${release}.tar.gz" | sed "s/${quality}/$DISTRO_QUALITY/g" | sed "s/${version}/$DISTRO_VERSION/g" | sed "s/${commit}/$DISTRO_COMMIT/g" | sed "s/${os}/$PLATFORM/g" | sed "s/${arch}/$SERVER_ARCH/g" | sed "s/${release}/$DISTRO_VSCODIUM_RELEASE/g")"

ivan-balashov avatar Jul 30 '24 08:07 ivan-balashov