-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Plugin for IDEA generates errors on every key press #3721
Comments
Maybe the same issue |
It completely locks up my editor as soon as I type anything. I have to go into task manager and kill the process. |
@that-guy-scott I'm the same as you. Intellij is completely crashed |
As also described here, we are currently working on a fix and on improving our testing pipeline to not let a bug like this to slip through the cracks again! |
Hi all, #3726 should resolve the issue. A recent change that attempted to resolve a latency issue with autocomplete logic had caused an unintended block on the main Event Dispatch Thread (EDT) in JetBrains. We will publish 0.0.86 tonight with this fix, and are spending time this week polishing our CI/CD around JetBrains across Windows, Linux, and macOS as @tomasz-stefaniak outlined 👍 Improving stability of JB is high on our priority list going forwards based on this event and other regressions over the past month or two. Appreciate everyone's patience as we move towards that goal! |
@Patrick-Erichsen when do you plan to release a new stable version on the jetbrains marketplace? |
Before submitting your bug report
Relevant environment info
Description
After updating plugin for IDEA from version 0.0.75 to 0.0.83 it generates new notification like this on every key press in any file editor, which modifies text:
Error handling message of type getDiff: java.io.IOException: Cannot run program "git" (in directory "D:\work\test\branch3\Test Branch3.iml"): CreateProcess error=267, The directory name is invalid
It looks very suspicious, because "Test Branch3.iml" is a IDEA module settings file, which was opened.
It stops generating the warnings after downgrading plugin to version 0.0.75.
I tries to upgrade plugin to version 0.0.85, but the plugin completely hangs IDEA (i thing because of #3709)
To reproduce
No response
Log output
No response
The text was updated successfully, but these errors were encountered: