-
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
Update vscode-java extension to 0.82.0 version #20134
Comments
The Theia API check tool reports these missing elements:
|
false positives:
|
@tsmaeder CHANGELOG 0.80.0 contains information about supporting Workspace Trust:
Am i right that this functionality won't work in Theia since it doesn't provide Workspace Trust? |
Theia does not have that concept. As far as I understand the code in VSCode-Java, they treat workspaces as trusted if the API is not there. |
So functionality should work. |
While 0.82 works (with some messages in the log) in the exact theia version we're using in che-theia, the startup of the extension fails when running in a java11 workspace on the che dogfooding instance. |
When googling for the error message "TypeError: Class extends value undefined is not a constructor or null", one mostly gets answers related to circular dependencies or improper use of |
When running the the Java plugin in a self-hosting workspace, the plugin starts up correctly. This looks more and more to be an artifact of how we build the plugin host executable. |
Spoke too soon: now I can actually run the java plugin in my outer self-hosting workspace. Not sure what changed from two days ago. |
closed by eclipse-che/che-plugin-registry#1060 |
@svor is that downstreaming this work is planned ? |
@benoitf We haven't done it for downstream yet. I'll create an issue for that |
here it is: https://issues.redhat.com/browse/CRW-2590 |
sync'd to Red Hat JIRA https://issues.redhat.com/browse/CRW-2596 |
Is your task related to a problem? Please describe.
Che vscode-java plugin is outdated, its version is v0.75.0.
Currently latest released version of vscode-java extension is 0.80.0.
Describe the solution you'd like
We need to upgrade vscode-java plugin in che-plugin registry. For this need to do some steps:
redhat/java11
extension in che-theia-plugins.yaml.Release Notes:
Upgrade redhat.java VS Code extension to v0.82.0
The text was updated successfully, but these errors were encountered: