-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Redhat Java Plugin > 0.78.0 has some issues in Theia #10579
Comments
@safisa, Would you please provide more technical information about the issues your experiencing? Are there any special vscode APIs which the extension relies on, which aren't provided by Theia as of now? For the plugin activation message: I think, we need to reevaluate where we render markdown within our application. I recently added markdown rendering for preferences (#10431), and using the |
Hi, To reproduce (fix package name - action issue):
Note: I have these settings for the java plugin in the workspace scope:
thanks |
Hi, If this helps, the issue as I mentioned started after vscode-java plugin 0.78, I suspect that the changes in 0.79 caused it, which are:
Thanks |
@safisa Thanks for providing more info on that (I removed the label). I'm a bit confused by the issue, since language client 7.0.0/LSP 3.16 is supported by Theia. I don't have time to look into this right now though (as in: I'm quite busy for the next few weeks). Is there a console error message that appears when trying to execute the code action? Any info might help anyone who's willing to contribute/fix this issue. |
Hi, I see this error in Theia output (could be related): Also, I have enabled the java.trace.server and put it on verbose, I see these messages in the language support for java output:
Thanks |
Hi @msujew, Thanks very much |
Closing :) |
Bug Description:
Hi,
I am still using the RedHat java plugin version 0.78.0, since all newer versions and they are many, have issues in Theia. In each new Theia upgrade, I am testing it with the latest plugin and still have issues. I tried the latest Theia 1.21 with the latest plugin 1.2.0, and again have the same issue.
I need the latest plugin version since it supports jdk 17 and fixes many other issues from the old 0.78 version.
Issues I am facing with the new plugin are usually related to code actions, like changing class package name, there is an action to fix the file path for example, and this does not work in the plugins after 0.78.0. I think also some other actions may not work too.
Another issue is this message I get after the plugin activation:
Note, I am using java using the Eclipse project and not maven.
Additional Information
The text was updated successfully, but these errors were encountered: