coder / code-server

VS Code in the browser
https://coder.com
MIT License
67.92k stars 5.58k forks source link

Implement VS Code remote extensions #1315

Open nhooyr opened 4 years ago

nhooyr commented 4 years ago

Related https://github.com/cdr/code-server/issues/1032

Enissay commented 3 months ago

Any update on this please ?

Or at least if someone could share a workaround to access remote files from ssh through code-server on docker ?

code-asher commented 3 months ago

We have no plans on working on this, but there is an open source version here: https://github.com/jeanp413/open-remote-ssh

I have not tried it, but maybe it can be made to work with code-server.

code-asher commented 3 months ago

Or this extension might work: https://open-vsx.org/extension/Kelvin/vscode-sshfs

Enissay commented 3 months ago

Or this extension might work: https://open-vsx.org/extension/Kelvin/vscode-sshfs

It doesnt sadly, I tried 2 more from the extension list and none worked, they just show empty pages...

We have no plans on working on this, but there is an open source version here: https://github.com/jeanp413/open-remote-ssh

I have not tried it, but maybe it can be made to work with code-server.

Thank you, I will try to figure out how to install it and revert back