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
The hanging of file editors when saving files is annoying.
I think this is caused by a synchronous fs mode and makes interrupts at the time of fs operations.
Is it possible to make at least write operations asynchronous?
The text was updated successfully, but these errors were encountered:
The hanging of file editors when saving files is annoying.
I think this is caused by a synchronous fs mode and makes interrupts at the time of fs operations.
Is it possible to make at least write operations asynchronous?
The text was updated successfully, but these errors were encountered: