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
Performance: By removing hidden from the virtual children the performance could be increased enormously. This prevents them from every being rendered or calculated in the file explorer, thus acting like they were never there.
Performance: Only return the top 10 paths when fuzzy finding in the suggest modal in settings.
Fix: Small typo fix that solves removing strict filters when deleting a file.
Fix: Small typo fix that solves re-running main function only when needed on file cache change.