We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Remote Explorer Component try to download the server from :
What ends up in a 404 Error
you should change the hard-coded URL Template to:
FOR ALL OTHERS USERS
the Remote.SSH Server Download Url Template can be changed in settings.json
The text was updated successfully, but these errors were encountered: