Closed piotr-oles closed 2 years ago
When user saves changes faster than type-checking process, we can end-up with a queue of type-checks that could be skipped. This PR ensures that we queue only 1 type-check per compilation and abort previous.
Closes: #741
:tada: This PR is included in version 7.2.13 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
When user saves changes faster than type-checking process, we can end-up with a queue of type-checks that could be skipped. This PR ensures that we queue only 1 type-check per compilation and abort previous.
Closes: #741