SchoofsKelvin / vscode-sshfs

Extension for Visual Studio Code: File system provider using SSH
GNU General Public License v3.0
546 stars 36 forks source link

How to automatically connect SSH when VSCode startup? #356

Closed ioslide closed 1 year ago

SchoofsKelvin commented 1 year ago

Not exactly sure what you mean. Does VS Code support automatically opening (local) workspace directories, with or without using an extension? If so, you can make it open ssh://<config-name>/absolute/path/to/folder instead of /some/local/path.

Perhaps a shortcut opening VS Code with a ssh:// URI would work, if URIs work (see #335)