-
Notifications
You must be signed in to change notification settings - Fork 185
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
Connection to server got closed. Server will not be restarted. #51
Comments
The stack trace should be logged under Help > Toggle developer tools |
Thanks for the reply! Here is the stack trace. I renamed the application name.
|
That is a very long path, looks to me like it might be reaching maximum path length. Seems like you are NPM2, try to upgrade to NPM3 and reinstall or delete the node_modules folder and see if the error still happens |
Thanks for the prompt reply. Let me try it out and get back to you soon! |
it is due to the path length of module babel-preset-es2015. I removed the module and it's working now! Thanks! |
Too long file paths were a known problem with NPM 2 in general. In NPM 3 all dependencies are flat. |
Hi there,
I have upgraded my VS CODE to v1.5.3 and soon later I realized that the PHP language server is not working anymore. I saw these messages from the output window:
[Info - 11:53:23 AM] Connection to server got closed. Server will restart.
[Info - 11:53:29 AM] Connection to server got closed. Server will restart.
[Info - 11:53:35 AM] Connection to server got closed. Server will restart.
[Info - 11:53:41 AM] Connection to server got closed. Server will restart.
[Error - 11:53:47 AM] Connection to server got closed. Server will not be restarted.
I'm no longer able to search for symbol using '@' command in the Command Palette.
I then tried the tests command, and I got
Strange enough, could anyone helps? Thanks.
The text was updated successfully, but these errors were encountered: