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
In compiler-difficult files, diagnostics can cause a noticeable pause when leaving insert-mode or making normal-mode edits.
Ideally the compilation would happen off thread. 0.8 includes a correct lua state for threads but it would not inherit any of the users hotpot setup by default.
Ideally we can just construct a uv_work bundle.
The text was updated successfully, but these errors were encountered:
In compiler-difficult files, diagnostics can cause a noticeable pause when leaving insert-mode or making normal-mode edits.
Ideally the compilation would happen off thread. 0.8 includes a correct lua state for threads but it would not inherit any of the users hotpot setup by default.
Ideally we can just construct a
uv_work
bundle.The text was updated successfully, but these errors were encountered: