liximomo / vscode-sftp

Super fast sftp/ftp extension for VS Code
MIT License
1.51k stars 265 forks source link

Can we support multi-remotePath on the same server like below #729

Open doyee opened 4 years ago

doyee commented 4 years ago

{ "name": "chi-cdk", "host": "172.17.10.160", "username": "ddai", "password": "dds/2020", "protocol": "sftp", "agent": null, "privateKeyPath": null, "passphrase": null, "passive": false, "interactiveAuth": true, "remotePath": ["/home/ddai/7250codes/caf/vendor/qcom/proprietary/chi-cdk",/home/ddai/7250codes/caf/vendor/qcom/proprietary/camx"], "uploadOnSave": true, "syncMode": "update", "ignore": [ "/.vscode/", "/.git/", "**/.DS_Store" ], "watcher": { "files": "glob", "autoUpload": true, "autoDelete": true } }

doyee commented 4 years ago
"remotePath": ["/home/ddai/7250codes/caf/vendor/qcom/proprietary/chi-cdk",/home/ddai/7250codes/caf/vendor/qcom/proprietary/camx"],
Ben-Voris commented 4 years ago

I work on projects that require files from several directories, which share almost none of the path. So, I spend too much time moving up and down the directory tree. Being able to name several directories would be helpful.