-
Notifications
You must be signed in to change notification settings - Fork 6k
Java Extension Pack does not fully activate #2243
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
Comments
I just cleaned up all settings and started code-sever again
Manually installed just 3 extensions from the Java Extension Pack:
Reopened the folder with the java file. This caused activation of the extensions as before. The same symptoms:
Do not see any obvious problems in the logs: Remote Server:
Language Support for Java: (empty) Remote Extension Host:
|
Seems like this is just a special case of the activation issues #2232.
but the error with activation of
|
Looks like the activation problems have now been fixed in v.3.7.3. |
Uh oh!
There was an error while loading. Please reload this page.
With Java Extension Pack I cannot run a simple "Hello World" java program. Syntax highlighting and auto-completion seem to be working, but run/debug is not working. The same file runs fine in VSCode on my mac (with Java Extension Pack).
code-server --version
: 3.6.1 62735daTested on 2 different ubuntu 20.04.1 servers. One is bare metal (laptop) another is an lxd container. Both exhibit identical problems with the latest code-server (installed by the script).
Java 11 was installed with:
Fresh start of code-server over ssh (with port forwarding):
Install Java Extension Pack 0.9.0.
Open a file
Hello.java
with the content:Status window "Activating extensions..." appears.
The menu "Run|Debug" above the main method shows up. When clicked, the status window "Activating extensions..." appear again but nothing happens.
From the Logs (below) there seem to be a problem with the plugin "Maven for Java" v0.21.2. Still, I am not sure why Run|Debug is not working as do not use a maven project. Will try to reinstall the java plugins separately and report.
Remote Server:
Language Support for Java:
Remote Extension Host:
The text was updated successfully, but these errors were encountered: