liximomo / vscode-remote-fs

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

How to save multiple connections and then switch on them #58

Closed keJum closed 4 years ago

keJum commented 5 years ago

I made an entry in the sftp: config file but no entries appeared in the sftp: listAll list [ { "name": "server1", "context": "/project/build", "host": "host", "username": "username", "password": "password", "remotePath": "/remote/project/build" }, { "name": "server2", "context": "/project/src", "host": "host", "username": "username", "password": "password", "remotePath": "/remote/project/src" } ]