Closed PhilETaylor closed 1 year ago
Same problem here
@mesour Any update?
I found the problem. I will make new version until the end of the week at most.
Info about solution:
Simplest workaround - check for the com.intellij.openapi.progress.ProgressManager#checkCanceled
in a loop.
A better approach - to use other means of delaying the notification
class MyActivity : StartupActivity.Background {
override fun runActivity(project: Project) {
val alarm = Alarm(Alarm.ThreadToUse.SWING_THREAD, project)
alarm.addRequest({ doStuff() }, 60000)
}
}
<postStartupActivity implementation="com.plugin.MyActivity"/>
Please fix it 😇
I found the problem. I will make new version until the end of the week at most.
Any news? Same problem here :)
Fixed in 0.5.4 it will be available in 2 business days
0.5.4 Works for me, thanks
Describe the bug When switching projects or closing phpStorm the Closing Project dialog is shown for 30+ seconds and hangs the process
Environment (please complete the following information):
To Reproduce Steps to reproduce the behavior (or attach video):
Additional context Disabling the Neon plugin fixes the problem