-
Notifications
You must be signed in to change notification settings - Fork 822
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
VSCode Remote Slow Ring ECONNREFUSED #4693
Comments
The problem is also happening on |
This also happens on fast ring on |
While I have the same issue I am able to get rid of it by simply restarting WSL using PowerShell. |
Happened to me on OS build 19536.1000, but rebooting resolved it. A Heisenbug, it seems. |
Happened to me two times on
|
Thank a lot you suggestion helped me solve this issue. |
/dupe #4636 |
Hi! We've identified this issue as a duplicate of another one that already exists in this repository. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
Please use the following bug reporting template to help produce issues which are actionable and reproducible, including all command-line steps necessary to induce the failure condition. Please fill out all the fields! Issues with missing or incomplete issue templates will be closed.
If this is a console issue (a problem with layout, rendering, colors, etc.), please post to the console issue tracker.
Important: Do not open GitHub issues for Windows crashes (BSODs) or security issues. Please direct all Windows crashes and security issues to secure@microsoft.com. Ideally, please configure your machine to capture minidumps, repro the issue, and send the minidump from "C:\Windows\minidump".\
See our contributing instructions for assistance.
Please fill out the below information:
Your Windows build number: (Type
ver
at a Windows Command Prompt)Microsoft Windows [Version 10.0.19018.1]
What you're doing and what's happening: (Copy&paste the full set of specific command-line steps necessary to reproduce the behavior, and their output. Include screen shots if that helps demonstrate the problem.)
VSCode occasionally gets in an error state where it can't connect to WSL. I have to reboot to resolve this, as the behavior is seemingly non deterministic. This is described in the issue I filed against the VSCode Remote Repo: microsoft/vscode-remote-release#1841
Please refer there for screenshots and descriptions, as other users have posted additional information there. In short, the VSCode Remote extension is occasionally failing to be able to connect to WSL2.
The maintainers there suggested this is likely a WSL bug and should be filed here.
I expect that VSCode should always be able to connect to WSL without error.
Strace of the failing command, if applicable: (If
some_command
is failing, then runstrace -o some_command.strace -f some_command some_args
, and link the contents ofsome_command.strace
in a gist here).For WSL launch issues, please collect detailed logs.
I am going to collect networking logs via Feedback hub momentarily.
The text was updated successfully, but these errors were encountered: