-
Notifications
You must be signed in to change notification settings - Fork 186
The PHP Language Server server crashed 5 times in the last 3 minutes. The server will not be restarted. #685
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
I have no idea what the cause would be from these logs and cannot reproduce |
I'm just opening the VSCode program and it says they are on the output screen. |
But it's not a problem when I run it myself.
|
I discovered (in the hard way) I had not installed Composer. |
I'm also experiencing this issue. |
I've started to see this in the vscode console after the new update if that could help!
|
Same problem here, I'm trying to investigate the best I can, but have no clue where to start. `CRITICAL TypeError: Return value of phpDocumentor\Reflection\Types\AbstractList::getValueType() must implement interface phpDocumentor\Reflection\Type, null returned in C:\Users\chalu.vscode\extensions\felixfbecker.php-intellisense-2.3.13\vendor\phpdocumentor\type-resolver\src\Types\AbstractList.php:63 [Info - 09:13:41] Connection to server got closed. Server will restart. Language server exited with exit code 0 DEBUG The xdebug extension is loaded (2.7.0) DEBUG Process restarting (PHPLS_ALLOW_XDEBUG=internal|2.7.0|0||) DEBUG Checking PHPLS_ALLOW_XDEBUG DEBUG Restarted (177 ms). The xdebug extension is not loaded [Info - 09:14:06] 7324 files total |
experiencing the same issue on my ubuntu 18.04 |
I have something similar but not identical - so it may not even be related. On start-up, my console output in VSCode is telling me:
This may be normal behaviour. When I press F5 to start a debugging session, it all appears to work fine, and processing stops at the correct breakpoint. But, I cannot press any buttons in the debug toolbar to continue, step in or step out etc. Keyboard shortcuts don't do anything either. Nothing is logged to the developer tools console or the "problems" area of vscode. The only buttons/commands on the debug toolbar that seem to do anything are ctrl-shift-f5 (restart) and shift-f5 (stop). This used to work fine, but over the last week or two it seems to have stopped. I have tried upgrading to xdebug 2.9 but that didn't make any difference. I think it's a VScode thing. I am using vscode 1.41.0 (although the problem first cropped up in the previous version) and php debug 1.13.0. |
If it helps (since this is still an issue in 2021), in my case, running
I assume there might be a dependency failing. |
Output:
Console:
The text was updated successfully, but these errors were encountered: