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
Getting recent typechecks is actually possible now
Previously the code compaired the file version number as managed by the vscode language server with the file hash given by FCS.
Now we hash the file and compair using that hash.
Also we now pass the source code in, without which we could never get recent results.
This should result in some serious speedups and stop that problem where files constantly get rechecked.
0 commit comments