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
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
As a band-aid for #386 that's achievable by public launch, we could maintain a single, long-living child process à la the ones used byGitPromptServer and use IPC to trigger git operations in that thread instead. That way, our spawn calls at least wouldn't block the event loop for typing events 😡.
We could possibly disable it on Windows or Linux initially depending on whether or not we can ever reproduce it then.
As a band-aid for #386 that's achievable by public launch, we could maintain a single, long-living child process à la the ones used by
GitPromptServer
and use IPC to trigger git operations in that thread instead. That way, our spawn calls at least wouldn't block the event loop for typing events 😡.We could possibly disable it on Windows or Linux initially depending on whether or not we can ever reproduce it then.
/cc @nathansobo
The text was updated successfully, but these errors were encountered: