We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd0967 commit 7346925Copy full SHA for 7346925
rider-fsharp/src/main/java/com/jetbrains/rider/plugins/fsharp/services/fsi/SendToFsiActions.kt
@@ -40,6 +40,8 @@ open class SendToFsiActionBase(
40
private val sendSelectionText: String
41
) : AnAction(), DumbAware {
42
43
+ override fun getActionUpdateThread() = ActionUpdateThread.BGT
44
+
45
override fun actionPerformed(e: AnActionEvent) {
46
val editor = CommonDataKeys.EDITOR.getData(e.dataContext)!!
47
val file = CommonDataKeys.PSI_FILE.getData(e.dataContext)!!
0 commit comments