-
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
Activation issue when vscodeintellicode and vscode-java by redhat installed together #6047
Comments
I suspect it should be addressed by b42bf5c I will extract a PR for it tomorrow to verify. |
@akosyakov I have tried against your suggested PR but unfortunately the issue reproduces. Again when having only vscode-java extension I have no issue but when adding vscodeintellicode clicking on java file does not activates java extension. |
btw @veredcon are you aware that theiaide/theia-full includes native java extension and you should not use it together with VS Code java extension? |
@veredcon Could you share java project against which you test and specify which file you are trying to open and what expect to use there? |
We do not use the native java extension of theia, we use only the VS Code java extension. |
I have verified this against theia 1.7.0 and the issue of activation does not reproduce anymore. |
Description
Seems like starting of version 0.8.0 of theia, activation of 2 extensions like vscodeintellicode and vscode-java do not work well together. When opening a java file, vscode-java extension should be activated - but that does not happen when vscodeintellicode also installed.
Reproduction Steps
I downloaded both extensions:
https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode
https://marketplace.visualstudio.com/items?itemName=redhat.java
I ran theia locally as follows:
docker run --rm -it -p 3000:3000 -v <full_path_to_a_folder_contains_your_vsix>:/plugins -e THEIA_PLUGINS=local-dir:/plugins theiaide/theia-full:0.10.0-next.4d93bcff
Open a java file - I expect to see activation of java-vscode starts, however it does not happen. If I install only java vscode - it does being activated.
OS and Theia version:
Image of theia version: 0.10.0-next.4d93bcff
Diagnostics:
The text was updated successfully, but these errors were encountered: