-
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
After a little usage, Camel vs code extensions is providing several times the information (hover, completion) #4181
Comments
//subscribe |
@apupier do you refresh the browser or any such thing? |
it is possible that I refreshed the browser. |
From reading the log, it seems that "deploy plugin by id" always unzips to the same dir. Also, I suspect that we reinitialize all plugins in that folder (thus initializing the camel plugin twice) |
For electron-based products all plugins should be installed in the same folder, like |
@akosyakov hmh...what's the connection to this issue? I mean we're talking about a straightforward bug here, right? |
@tsmaeder ok, probably misunderstood, thought you meant some kind of plugin synching while deploying, if not just ignore it |
to install the plugin id:
vscode:extension/camel-tooling.vscode-apache-camel
the xml file that can be used to reproduce:
I noticed it after adding also the redhat.vscode-xml VS Code extension but not sure if it is related.
I notice that the Camel Language Server seems to have been started several times as in the bottom blue information bar there are several times "Apache Camel Language Server started"
i'm using "docker run -it -p 3000:3000 -v "C:/Users/Aurelien Pupier/theia:/home/project:cached" theiaide/theia-full:0.3.18" to launch Theia
in console log, it seems that the camel extension is reinitialzed after installed XML extension:
The text was updated successfully, but these errors were encountered: