-
Notifications
You must be signed in to change notification settings - Fork 21
Description
I'm trying to move from Atom to vscode for Idris development, but I'm having a problem with the idris.typecheck command.
I'm used to run it frequently after I write some function to check if everything is ok. However, the command seems to stop working randomly - sometimes it's after a while, sometimes I can't use it from the beginning. The "Idris: Type checking" label below stops being updated, even in small files when I fix or add a trivial error, and manually executing the command seems to do nothing.
I can only force the type checker to run again after I use other command such as type-of or add-clause. This is annoying, since I have to move the cursor to an identifier to run one of these commands.
The only setting I have overridden is "idris.warnPartial": true.