-
Notifications
You must be signed in to change notification settings - Fork 25
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
Kantis/service refactor #308
Conversation
cadb1dd
to
c472c12
Compare
IntelliJ should provide coroutines of the correct version.
Also running PSI inspections on background thread, which makes IntelliJ happier.
76a3dbb
to
eb84e19
Compare
Seems like Services using coroutines aren't supported for IC-223... Not sure if we can drop that version as well? edit: I figured a way around it for 223.. but would be nice to get rid of workarounds later. |
src/main/kotlin/io/kotest/plugin/intellij/toolwindow/KotestTestExplorerService.kt
Outdated
Show resolved
Hide resolved
223 is still pretty popular, should keep it for remainder of 2024 I'd say |
Alright 👍🏼 are there stats for the versions somewhere? |
Builds on #305 and #307
Extracts all state into a Service as recommended in the guidelines.
Running scans and stuff on background thread.