-
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
Duplicate language server results when installing a second language plugin #6186
Labels
bug
bugs found in the application
plug-in system
issues related to the plug-in system
vscode
issues related to VSCode compatibility
Comments
@akosyakov Yeah that fixes it! |
akosyakov
added a commit
to akosyakov/theia
that referenced
this issue
Feb 24, 2020
Also: - fix eclipse-theia#5829: ensure that each plugin is loaded only once - fix eclipse-theia#6186: start only one plugin host process for the same host instead of a new for each load as before - revert eclipse-theia#5257: Reconnect same host plugin process and client" 797db75 Signed-off-by: Anton Kosiakov <anton.kosyakov@typefox.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
bugs found in the application
plug-in system
issues related to the plug-in system
vscode
issues related to VSCode compatibility
Description
When you have a java file and an xml file open in the workspace, then install
redhat.vscode-xml
followed byredhat.java
there is duplicate results from the java language server. It also works in the inverse, if you have both java and an xml file open in the workspace then installredhat.java
thenredhat.vscode-xml
you'll get duplicates from the xml language server.I'm not using @theia/java or @theia/java-debug in my package.json.
Reproduction Steps
Open a project and create and open a java file and an xml file. Install
redhat.vscode-xml
and thenredhat.java
. From inside of the xml file you just created, try doing document symbols. Everything should be working correctly. Then in the java file try doing document symbols and you should see duplicate results.Video: https://youtu.be/d_NSbRV38BI
OS and Theia version:
Both OS x and Fedora 30 on master
Diagnostics:
I'm getting
and
in the console.
The text was updated successfully, but these errors were encountered: