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
fix(test): avoid race condition in FileFilters integration tests
Set exclusion filter before opening the search bar to prevent a race
where _showFindBar() inherits the previous query and triggers an
unfiltered search that populates the worker cache with all files.
Also add retry loops to exclude-filter tests to handle instant/deferred
search races, matching the existing pattern in "should search in files".
0 commit comments