re-ovo / unocss-intellij

Unocss support on Intellij Idea/WebStorm
https://plugins.jetbrains.com/plugin/22204-unocss
MIT License
169 stars 12 forks source link

fix: get rid of `Slow operations are prohibited on EDT` since build 233 #51

Closed AiHMin closed 7 months ago

AiHMin commented 7 months ago

Since IntelliJ 2023.3 Threading Model Changes, IDE may complain about Slow operations are prohibited on EDT error. Let's get rid of it by switching some read actions to coroutines.