-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Description
they do have reh (remote extension binaries) https://github.com/codestoryai/binaries/releases
but they forgot to clone the Remote SSH extension into their https://github.com/codestoryai/aide/tree/cs-main/extensions
Please track that thing or do a PR ,
just clone it like how this one is done https://github.com/codestoryai/aide/tree/cs-main/extensions/open-remote-wsl
const DEFAULT_DOWNLOAD_URL_TEMPLATE = 'https://github.com/codestoryai/binaries/releases/download/${version}.${release}/aide-reh-${os}-${arch}-${version}.${release}.tar.gz';
OR
you can set the server binary template of extension jeanp413.open-remote-ssh to https://github.com/codestoryai/binaries/releases/download/${version}.${release}/aide-reh-${os}-${arch}-${version}.${release}.tar.gz
Please find a way to do this in CLI