jeanp413 / open-remote-ssh

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

Diff between open-remote-ssh & ms-vscode-remote.remote-ssh ? #166

Open kuolemaaa opened 1 month ago

kuolemaaa commented 1 month ago

What is the differences between this extension/implementation (?) of remote-ssh and the official microsoft's one (ms-vscode-remote.remote-ssh) in terms of functionality, telemetry and licensing?

BTW, i think the readme needs to be updated, maybe? on arch with aur/vscodium-bin 1.92.1.24225-1 ( without aur/vscodium-bin-marketplace and without aur/vscodium-bin-features ) I managed to connect to a remote machine without editing argv.json but installing manually the extension via vsix file (since adding that item on argv.json didnt make any effect on my vscodium)

jeanp413 commented 1 month ago

It aims to have the same functionality and be customizable in some cases so that it works with any vscode fork, but due to lack of free time many features from the official extension are missing in my extension.

kuolemaaa commented 1 month ago

Thanks for the reply @jeanp413

many features from the official extension are missing in my extension.

May I ask what kind of features we are talking about? Care to list them?

Interpause commented 2 days ago

listing the missing features inside an issue may help those who want to contribute implement those features