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

extension host terminates unexpectedly after opening ssh files. #171

Closed laurencefass closed 4 years ago

laurencefass commented 5 years ago

This is happening a lot with those annoying self-updates to vscode. I often have to restart half a dozen times to get it to work...

Everything is fine until i open a file under SSH FS. Then I lose the SSH File Systems tab and the VPS SSH workspaces are disabled.

To reiterate I can traverse the file system but opening a file is breaking vscode.

vscode version info.

Version: 1.38.0 (user setup) Commit: 3db7e09f3b61f915d03bbfa58e258d6eee843f35 Date: 2019-09-03T21:49:13.459Z Electron: 4.2.10 Chrome: 69.0.3497.128 Node.js: 10.11.0 V8: 6.9.427.31-electron.0 OS: Windows_NT x64 10.0.17134 thanks

laurencefass commented 5 years ago

the last time i tried this opening a file under SSH FS actually crashed the app. directory traversal was working fine.

It appears I can no longer use SSH FS with latest vscode updates. Any help or advice, or updates, appreciated.

laurencefass commented 5 years ago

reverting to version 16.2 removes all the problems. looks like a 16.3 issue. please let me know if i can be of any assistance with logs etc.

SchoofsKelvin commented 4 years ago

A lot of the connection establishing has been rewritten in 1.18.x, does this issue still happen?