-
Notifications
You must be signed in to change notification settings - Fork 51
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
Improve start/stop of language servers #835
Comments
Fixes redhat-developer#835 Signed-off-by: azerr <[email protected]>
Fixes redhat-developer#835 Signed-off-by: azerr <[email protected]>
Fixes redhat-developer#835 Signed-off-by: azerr <[email protected]>
Fixes redhat-developer#835 Signed-off-by: azerr <[email protected]>
I had this problem on one of my projects where it also froze, I had to disable the plugin to make it work again. The project uses some advanced qute stuff which might not be yet handled by the plugin, but it should never freeze like this. This is really bad and should be taken seriously! |
@ia3andy we're taking those freezes very seriously. Expect the quality and performance of the intellij-quarkus plugin to improve dramatically in the coming weeks. |
Ah that is a very good news, I am eager to give this a try :) |
Thanks for your patience! Just one question, the freeze appears when:
|
When I am opening a project containing qute templates, those qute templates are a bit exotic (fragment...) |
You are using Quarkus support from Jetbreains. This error desn't comes from intellij-quarkus. So please tell me when freeze occurs. |
I am using both at the same time, let me disable the intellij one |
can you please take and share a thread dump whenever you see a freeze happening? |
Performance and freeze problem should be fixed with #849 Please repoen if you find some again troubles |
related to #838
The start/stop of language servers should be improved to avoid some freezing and some weird behavior like #752
In otherwise I would like to fix:
I noticed that there are a lot of freeze and exceptions when I open a project, I close it, I reopen it and open another project, close them, etc quickly.
The text was updated successfully, but these errors were encountered: