jeanp413 / open-remote-ssh

VSCode Remote Development: Open any folder on a remote machine using SSH.
MIT License
309 stars 43 forks source link

Error downloading server from [...]/vscodium-reh-linux-arm64-1.81.0.23215.tar.gz #105

Closed oobenland closed 1 year ago

oobenland commented 1 year ago

It seems like the current version of vscodium is missing some assets for different platforms: issue-1589

~A workaround seems to be to hardcode the last version in the server download url template:~

This will result in an Client refused: version mismatch-error

daiyam commented 1 year ago

This will result in an Client refused: version mismatch-error

Yep, you can't mix versions

daiyam commented 1 year ago

Now, it should be fixed since the REH binaries are available.

oobenland commented 1 year ago

Yes, it does! Thank you very much 👍