-
Notifications
You must be signed in to change notification settings - Fork 185
Connection to server got closed. Server will restart. #150
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
Comments
Could you give me some guidance how to reproduce this? |
Same for me, but I don't see any error:
|
@corretge Please go Help > Toggle Developer Tools |
lots of thanks @felixfbecker :) I will fix it, but FYI:
|
Yeah, XDebug a) cripples performance and b) will throw on large files because of recursion depth. @cesaraaron Does this solve your issue too? |
Nope, but I just find out the problem. It looks that the server gets closed due to the 'overwhelmed' amount of php files outside of the project (I'm working on a wordpress theme and I've got only that folder open in vscode, but it seems the server looks backwards for php files till the root of... ??). |
It should only search for PHP files inside the workspace |
By the way, how can I do for the server to ignore paths? I got everything working well but I'm having an 'RecursiveDirectoryIterator' exception because the server looks inside the node_modules (and there is always a lot of stuff; needless for this case). |
Hi.
I'm having problems with the extension.
Doesn't work and always throws five times the 'Connection to server got closed. Server will restart' and then shuts down.
The console log is always:
The text was updated successfully, but these errors were encountered: