Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote Explorer try to download from wrong location result in a 404 Error #25

Open
ecxod opened this issue Jan 26, 2025 · 0 comments
Open

Comments

@ecxod
Copy link

ecxod commented Jan 26, 2025

The Remote Explorer Component try to download the server from :

https://github.com/VSCodium/vscodium/releases/download/1.93.1.24277/vscodium-reh-linux-x64-1.93.1.24277.tar.gz

What ends up in a 404 Error

you should change the hard-coded URL Template to:

https://github.com/Alex313031/codium/releases/download/${version}.${release}/codium-reh-${os}-${arch}-${version}.${release}.tar.gz

FOR ALL OTHERS USERS

the Remote.SSH Server Download Url Template can be changed in settings.json

https://github.com/Alex313031/codium/releases/download/${version}.${release}/codium-reh-${os}-${arch}-${version}.${release}.tar.gz

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant