-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Regression] PHP language server fails to start #5373
Comments
Related selenium test: PhpProjectDebuggingTest |
I hit this too and did some debugging. The LSP protocol specifies that the On the Che side the {
"jsonrpc": "2.0",
"id": "1",
"method": "initialize",
"params": {
"processId": 24734,
"rootPath": "/home/user/projects/myproj",
"clientName": "EclipseChe"
}
} i.e. the |
Signed-off-by: Yevhen Vydolob <evidolob@codenvy.com>
…ss (#5376) Signed-off-by: Yevhen Vydolob <evidolob@codenvy.com>
…ss (#5376) Signed-off-by: Yevhen Vydolob <evidolob@codenvy.com>
…onymous class (eclipse-che#5376) Signed-off-by: Yevhen Vydolob <evidolob@codenvy.com>
Steps to reproduce:
There's an error :
Error fetching server capabilities php. org.eclipse.lsp4j.jsonrpc.ResponseErrorException: Argument 2 passed to LanguageServer\LanguageServer::initialize() must be an instance of LanguageServer\Protocol\ClientCapabilities, string given, called in /home/user/che/ls-php/php-language-server/vendor/felixfbecker/advanced-json-rpc/lib/Dispatcher.php on line 164
This can be reproduced with the latest master.
The text was updated successfully, but these errors were encountered: