-
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
The language server cannot finish of initializing #3744
Comments
@musienko-maxim have you tried it with |
It's the same with this image actually. Having tried to run the script manually, it turns out that there's nothing in ~/che/ls-csharp:
It looks like the problem is with curl and codenvy.com. For some reason, binaries for this agent arent' served by a container but downloaded from https://codenvy.com/update/repository/public/download/org.eclipse.che.ls.csharp.binaries Certificate for codenvy.com has expired. So, curl ends up with an error., We should either use the same mechanism to distribute agents as we did for terminal and ws agent or use |
has been resolved |
it is not solve, and is 2018 |
Steps to reproduce:
{ "environments": { "replaced_name": { "machines": { "ws-machine": { "agents": [ "org.eclipse.che.terminal", "org.eclipse.che.ws-agent", "org.eclipse.che.ssh", "org.eclipse.che.ls.csharp", "org.eclipse.che.ls.json", "org.eclipse.che.ls.php" ], "attributes": { "memoryLimitBytes": "desired_memory_value" } } }, "recipe": { "content": "FROM codenvy/debian_jre", "contentType": "text/x-dockerfile", "type": "dockerfile" } } }, "defaultEnv": "replaced_name", "projects": [], "name": "replaced_name", "attributes": {}, "temporary": false }
Expected result: The file should be opened. The base autocomplete features should be available
Actual result: The initializing of the language server cannot finish.
Che version: 5.1.0 Snapshot
Docker version: 1.12.6
OS: Ubuntu 14.0 LTS
The text was updated successfully, but these errors were encountered: