liximomo / vscode-remote-fs

Working with any file in everywhere with vscode.
MIT License
166 stars 17 forks source link

Zero-config mode #37

Open mtorromeo opened 5 years ago

mtorromeo commented 5 years ago

Hi, it should be possible to make this work without having to touch any configuration settings.

For example if I run this code --folder-uri sftp://myuser@myhost.name/path/to/folder it should be possible to use the SFTP provider connecting to myhost.name with the username specified myuser (should be optional and default to the local user name) on the specified path /path/to/folder.

Coupled with using the local ssh-agent (already requested in #29) this would make working with this extension extremely fast.

I really hope this can be implemented, thanks!