File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/ui/actions Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 11package org.utbot.intellij.plugin.ui.actions
22
3+ import com.intellij.openapi.actionSystem.ActionUpdateThread
34import com.intellij.openapi.actionSystem.AnAction
45import com.intellij.openapi.actionSystem.AnActionEvent
56import com.intellij.openapi.components.service
@@ -20,6 +21,8 @@ class GenerateTestsAction : AnAction() {
2021 }
2122 }
2223
24+ override fun getActionUpdateThread (): ActionUpdateThread = ActionUpdateThread .BGT
25+
2326 private fun accessByProjectSettings (e : AnActionEvent ): Boolean {
2427 val experimentalLanguageSetting = e.project?.service<Settings >()?.experimentalLanguagesSupport
2528 val languagePackageName = LanguageAssistant .get(e)?.toString()
You can’t perform that action at this time.
0 commit comments