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
Compilation can get stuck if the user has managed to get into an infinite loop. We need to be able to kill the compilation process.
Proposal
VS Code allows a "progress" pop-up that has a cancellation feature. I will investigate this and see if it's suitable to use. To save "flashes" from quick compilations, I may make it show only after 2/3 seconds of compilation
Issues
Compilation can get stuck if the user has managed to get into an infinite loop. We need to be able to kill the compilation process.
Proposal
VS Code allows a "progress" pop-up that has a cancellation feature. I will investigate this and see if it's suitable to use. To save "flashes" from quick compilations, I may make it show only after 2/3 seconds of compilation
TODO
Related issues/discussions
The text was updated successfully, but these errors were encountered: