Skip to content

Commit

Permalink
Merge pull request #508 from alex999990009/alex99999/disable-debug
Browse files Browse the repository at this point in the history
Revert "Fix #502"
  • Loading branch information
sxhya authored May 28, 2024
2 parents 5ce445a + 89d4f28 commit 754837c
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 754837c

Please sign in to comment.