Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
There was an error while loading. Please reload this page.
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
GitPromptServerand 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