Skip to content

Commit

Permalink
Revert "Fix #502"
Browse files Browse the repository at this point in the history
This reverts commit fb4d4fb.
  • Loading branch information
alex999990009 committed May 28, 2024
1 parent fb4d4fb commit 89d4f28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/kotlin/org/arend/debug/ArendDebuggerRunner.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ class ArendDebuggerRunner: GenericDebuggerRunner() {
return "ArendDebugRunner"
}

override fun canRun(executorId: String, profile: RunProfile) = false
override fun canRun(executorId: String, profile: RunProfile) =
profile is TypeCheckConfiguration
}

0 comments on commit 89d4f28

Please sign in to comment.