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
Currently all conversion code in the language client implementation is sync. This can lead to extension host freezes if hug arrays are converted (e.g. many diagnostics).
Change the conversion code so that the conversion yields every 15 ms to allow other executions.