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
fix: Produce diagnostics only after user stops typing
This commit creates a timer to keep track of the last change made by the
user, and sends the diagnostics only after user stops typing.
Currently, it triggers for every change, and slows down the entire
operation.
A default delay of 200ms is consistent with TypeScript.
PR closes#432
0 commit comments