-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
timeout after 1000 ms #103105
Comments
/needsMoreInfo If you use the "Report Issue" command from VS Code's Help menu, it will automatically fill in the version number and OS information into the issue. What debugger are you talking about? |
Mentioned by @joaomoreno in #100368 (comment) |
You said:
Since you have C++, C#, Python, PHP, Java, and JS debuggers installed, I do not know what "debugger" you mean. Please provide more details. |
@weinand, @gjsjohnmurray is 100% correct. You can easily reproduce this by following my steps in #100368 (comment) on our selfhost setup. |
Hi Where this timeout came from ? Thanks in advance. |
I see the assignment to Isi but I think this should be closed as an extension issue, unless the UX is under question. When this is hit in js-debug, it's a result of the extension not responding to the disconnect request soon enough, which is an extension issue. |
If extensions have difficulties to respond to the |
I do not see big value in showing the timeout error to the user. Thus I have pushed the following change:
|
Imo it's the same as the typescript server has crashed errors -- not necessarily useful to the user, but a nag for extension authors. If it's just a console log most developers will probably ignore it. |
I see. However still prefer to optimise for the users. |
timeout after 1000 ms error occurred frquently.
My vscode launch.json file:
I also tried to add timeout option to fix the error, but not working. My vscode only installed one debugger extension, which is "Debugger for chrome". Everytime this error occurred , my vscode cannot debug anymore, and I have to restart vscode, but after a time , it occurred again. |
This fix is so far only on VS Code Insiders: https://code.visualstudio.com/insiders/ |
Thanks, I will try this version. |
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes/No
Probably.
The text was updated successfully, but these errors were encountered: