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
Given issues like idris-lang/Idris2#2255, we should be prepared for Idris to loop. I can think of two ways we can solve this. Either editor plugins detecting that the LSP hasn't responded or the LSP can have 2 threads so it can detect if it may have froze and send a showMessageRequest asking if the thread should be killed.
The text was updated successfully, but these errors were encountered:
Given issues like idris-lang/Idris2#2255, we should be prepared for Idris to loop. I can think of two ways we can solve this. Either editor plugins detecting that the LSP hasn't responded or the LSP can have 2 threads so it can detect if it may have froze and send a
showMessageRequest
asking if the thread should be killed.The text was updated successfully, but these errors were encountered: