Skip to content
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

[Java] Handle commands expected by eclipse.java.lsp #1078

Closed
svenefftinge opened this issue Jan 18, 2018 · 1 comment · Fixed by #4536
Closed

[Java] Handle commands expected by eclipse.java.lsp #1078

svenefftinge opened this issue Jan 18, 2018 · 1 comment · Fixed by #4536
Assignees
Labels
java issues related to the java language

Comments

@svenefftinge
Copy link
Contributor

The Java language server seems to expect a couple of commands to be available on the client.
For example, on first start when the classpath is incomplete, we see a message with three options.

screen shot 2018-01-18 at 14 30 02

Clicking e.g. on the first results in the following error message:

The command 'java.ignoreIncompleteClasspath.help' cannot be executed. There are no active handlers available for the command.
@tsmaeder
Copy link
Contributor

See also #4050. To fix this for pure Theia language server extensions, thought, I guess it would have to be addressed in monaco-languageclient.

@AlexTugarev AlexTugarev self-assigned this Mar 12, 2019
AlexTugarev added a commit that referenced this issue Mar 12, 2019
fixes #1078

Signed-off-by: Alex Tugarev <alex.tugarev@typefox.io>
AlexTugarev added a commit that referenced this issue Mar 14, 2019
fixes #1078

Signed-off-by: Alex Tugarev <alex.tugarev@typefox.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java issues related to the java language
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants