-
Notifications
You must be signed in to change notification settings - Fork 31
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
5sec long "Loading local artifacts" job keeps getting triggered on hover #506
Comments
@fbricon Could you please add the following argument line to your
after the When the issue is reproduced, could you please attach the generated log here? |
Looks like LemMinX keeps restarting
|
Here's the LSP4E log, after 1 hover:
|
Cool.
Do you close and re-open a POM file editor or does it happen during the same editing sesion? |
same editing session |
@fbricon Is it a publicly available project being edited? Can you provide an URL to its repository? @angelozerr Could you please take a look on what's going on here? |
just create any maven project |
I just restarted Eclipse and can't reproduce at the moment |
I think it is a LSP4E bug, I need to find time to investigate the problem. |
Perhaps I'm wrong but I suspect the problem comes from eclipse-lsp4e/lsp4e#743 Could you move your cursor sereval times (which will consume completion), or doCtrl+Space several times. After several opened completion your Eclipse IDE should be unusable. |
I can't reproduce but I think you're right, as I remember hover not triggering that "loading local artifacts" at the beginning, it appeared at some point later |
@fbricon The issue is not reproducible for me at the moment.Probably the workspace contents might make LM initialization somehow broken so LM is stopped at some last initialization step... Or performing some actions lead to this effect (like using content assis/hovers/hyperlinks) during the initialization. Could you please check if you have the latest LSP4E snapshot installed? |
Testing the latest Eclipse 2023-09 M2 (4.29.0 M2) with m2e 2.4.100.20230815-1219, every time my cursor hovers over some text in a pom file, after a 2sec delay, a 5sec long "Loading local artifacts" job is triggered. Every time. On the same file. This is suboptimal at best. Also extremely irritating.
The text was updated successfully, but these errors were encountered: