-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mounting remote filesystem with the plugin stopped working #280
Comments
This issue would be easier to solve with debug logs, so please follow these steps:
A big change happened in v1.20.0. Basically instead of |
As you expected the issue seems to be the |
That should still work fine. The main difference is that The only thing If you find a way to reproduce your issue, tell me and I'll see if I can reproduce and fix it. |
It's quiet easy to reproduce. Steps:
I compared the blow log (failing one, with If I select copy path from the context menu in explorer for the SSHFS folder I get (Note: some sensitive info is removed below (between This is my settings for the configuration:
And the debug output when
|
Are you sure that's with I do remember a weird edge case with VS Code still adding folders with |
Found the problem and fixed it. I actually already fixed it before on another branch, but it isn't merged yet. You might still get that orange The current fix will be released in a little bit in version v1.21.2 of the extension. |
Wow, that was quick! Will ping you after v1.21.2 is released with test result. Thanks! |
Confirming that v1.21.2 solves the issue. Thanks for the fix! |
Hi,
after the last VSCodium update mounting remote filesystem with the plugin stopped working. (Note: I was off-line for three weeks, and not only VSCodium got updated, so the problem might be somewhere else too.)
Symptoms:
Versions:
Version: 1.58.2 (system setup)
Commit: c3f126316369cd610563c75b1b1725e0679adfb3
Date: 2021-07-16T00:16:13.084Z
Electron: 12.0.13
Chrome: 89.0.4389.128
Node.js: 14.16.0
V8: 8.9.255.25-electron.0
OS: Windows_NT x64 10.0.19041
v1.21.1
Windows 10 Enterprise, build 19041.1110
Ubuntu 18.04.5 running under VirtualBox controlled by Vagrant.
The text was updated successfully, but these errors were encountered: