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 full file-tree processing can take more than 1s on large projects, and since it runs synchronously, it block everything else during the execution.
We should make this process async in all cases, except first app run, when no file-tree defined yet.