You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to connect to a remote host via SSH, Aide is incorrectly trying to use VSCodium's server packages instead of its own server implementation. The installation script attempts to download from VSCodium's repository, which results in a 404 error.
Reproduction
Configure SSH host in ~/.ssh/config
Attempt to connect to remote host through Aide
Installation fails as it tries to download VSCodium server package
Log output
Error downloading server from https://github.com/VSCodium/vscodium/releases/download/1.94.2.24334/vscodium-reh-linux-x64-1.94.2.24334.tar.gz
The text was updated successfully, but these errors were encountered:
Before submitting your bug report
Environment
Description
When attempting to connect to a remote host via SSH, Aide is incorrectly trying to use VSCodium's server packages instead of its own server implementation. The installation script attempts to download from VSCodium's repository, which results in a 404 error.
Reproduction
Configure SSH host in ~/.ssh/config
Attempt to connect to remote host through Aide
Installation fails as it tries to download VSCodium server package
Log output
The text was updated successfully, but these errors were encountered: