jeanp413 / open-remote-ssh

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

Can't Use on VSCodium #149

Open vishwaravi321 opened 4 months ago

vishwaravi321 commented 4 months ago

Error running command openremotessh.explorer.add: command 'openremotessh.explorer.add' not found. This is likely caused by the extension that contributes openremotessh.explorer.add.

GitMensch commented 3 months ago

Worked for me last time I've tried - can you ensure that both vscodium and the extension are up to date?

Icemole commented 3 months ago

I can't confirm the issue. I'm using the extension right now without any problems.

GitMensch commented 3 months ago

Thanks for the note. Which arch package do you use? I guess this issue is related to glibc or similar and your package may got that in either directly or via dependency. @vishwaravi321 please recheck with updated VSCodium and if still there share the extension logs.

emeric-martineau commented 1 month ago

Hello,

it works with VSCodium:

Version: 1.91.1
Release: 24193

On Windows (Windows_NT x64 10.0.19045) to VM Ubuntu 24.04 on Virtualbox.

vishwaravi321 commented 1 month ago

Error running command openremotessh.explorer.configure: command 'openremotessh.explorer.configure' not found. This is likely caused by the extension that contributes openremotessh.explorer.configure.

this is the error i get when trying to connect

GitMensch commented 1 month ago

Did you restart vscode once and retried?