Open vbbartlett opened 6 years ago
I tested it on Windows 10, and I could not reproduce the error.
Can you give me more data? I need info about your OS, and logs from Output > ssh-extension. Thank you for issue.
I think the keypoint is that the user have not found the usersetting page as i was before. if he can find the UserSetting ->sshextension->Edit in setting.json, he will achieve what he want.
Thanks, Charley
I installed the extension and provided a sshextension.serverList json item in the settings.json file. I saved and relaunched code but each time I attempt to use the "Open SSH Connection" i get the error msg "You don't have any servers"
I have copied the example into my settings.json file replacing the host, username and password fields but to no avail.
OS: Mac 10.14.5
I had facing same issue while picking configuration from ftp-simple
. So I have added "type": "sftp"
and it works for me. Try it out
I installed the extension and provided a sshextension.serverList json item in the settings.json file. I saved and relaunched code but each time I attempt to use the "Open SSH Connection" i get the error msg "You don't have any servers"
I have copied the example into my settings.json file replacing the host, username and password fields but to no avail.