-
Notifications
You must be signed in to change notification settings - Fork 293
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
Cannot install vscode server: scp: No such file or directory #5303
Comments
I am also experiencing this issue. VS Code version 1.58.2, extension version v0.65.7.
|
Wow, this is a new one. The line wraps and duplicates the last character for no apparent reason |
You can probably work around it by setting |
Basically windows 11 is duplicating a character when it wraps that line. Haven't been able to repro it, and I don't know why it happens here but not other places in the log. Pushed a change with a really annoying workaround. I just split the path into two parts that are less likely to wrap. It will be in the nightly build tomorrow, if you want to try it out. |
Reviewed the code and it looks fine. @SmallhillCZ please try this on Insiders and let us know if it's fixed for you. |
yes, it is fixed! thanks! |
I ran into the same issue with the extra character being put in the hash folder name. Installed the insider version, and now it times out trying to connect to any server. The older version connects fine, but again with the wrong hash folder name. |
Problem has returned in the latest Insiders build. microsoft/vscode#132885 |
The fix is still only in the Nightly build, make sure you have that. I'll release it to stable soon |
As shown in the other thread, this returned with VS Code version: Code - Insiders 1.61.0-insider (23cffa2, 2021-09-10T17:05:11.199Z) |
When vscode server is being installed, it gets stuck on the following error (without failing in the UI):
Inspecting the server filesystem, the directory
2d23c42a936db1c7b3b006f918cde29561cc47cd6
truly doesnt exist, but directory2d23c42a936db1c7b3b06f918cde29561cc47cd6
exists. Note the missing zero:Tried the same with stable build. The directory names were different hashes, but in both cases, one letter from the hash was missing and installation got stuck. By trying to create the "correct" directory and move files there and back I am able to get to scp to copy the files correctly but get stuck at next steps (flags created in wrong directory etc).
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: