You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a snippet is evaluated with runCustomREPLCommand and it blocks (due
to a bug or some such) then the editor almost completely deadlocks.
This commit changes the command handler for `runCustomREPLCommand` to
not block on snippet evaluation.
FixesBetterThanTomorrow#2012
If a snippet is evaluated with
runCustomREPLCommand
and it blocks (due to a bug or some such) then the editor almost completely deadlocks.I found that running the
calva.interruptAllEvaluations
resolves the issue but it is still rather unexpected.The text was updated successfully, but these errors were encountered: