JetBrains / azure-tools-for-intellij

Azure Toolkit for JetBrains Rider.
MIT License
45 stars 10 forks source link

Fix exception "Current thread holds read lock and requests Write Intent" #757

Closed rafaelldi closed 5 months ago

rafaelldi commented 5 months ago

There was an exception: "java.lang.IllegalStateException: Current thread: Thread[AWT-EventQueue-0,6,main] holds read lock and requests Write Intent". Rewrite descriptors and the contributor to fix it.

rafaelldi commented 5 months ago

Perhaps this will also fix https://youtrack.jetbrains.com/issue/RIDER-103808