-
Notifications
You must be signed in to change notification settings - Fork 4k
Project Explorer fails to expand populated folders in large repos after ExceededMaxFileLimit #10207
Copy link
Copy link
Open
Labels
area:performanceGeneral application performance, responsiveness, and resource usage.General application performance, responsiveness, and resource usage.area:workspaceFile tree, workspace navigation, project switching, and working-directory management.File tree, workspace navigation, project switching, and working-directory management.bugSomething isn't working.Something isn't working.os:macmacOS-specific behavior, regressions, or requests.macOS-specific behavior, regressions, or requests.repro:highThe report includes enough evidence that the issue appears highly reproducible.The report includes enough evidence that the issue appears highly reproducible.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Metadata
Metadata
Assignees
Labels
area:performanceGeneral application performance, responsiveness, and resource usage.General application performance, responsiveness, and resource usage.area:workspaceFile tree, workspace navigation, project switching, and working-directory management.File tree, workspace navigation, project switching, and working-directory management.bugSomething isn't working.Something isn't working.os:macmacOS-specific behavior, regressions, or requests.macOS-specific behavior, regressions, or requests.repro:highThe report includes enough evidence that the issue appears highly reproducible.The report includes enough evidence that the issue appears highly reproducible.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Summary
Project Explorer can show dot-directories (for example
.agents) as non-expandable/empty in large repositories because file tree construction fails withExceededMaxFileLimit.Problem
In workspace root
~/code, the.agentsfolder is visible in Warp's sidebar but appears empty or does not expand as expected, even though it contains many files and subdirectories on disk.Expected behavior
Project Explorer should either (a) expand
.agentsand show its contents, or (b) show a clear, user-visible message that indexing/tree generation was limited due to repository size.Actual behavior
The folder appears effectively empty/non-expandable in the sidebar while filesystem checks confirm it is populated. Logs show file tree generation failures:
Failed to build file tree for repository: ExceededMaxFileLimit~/codeReproduction steps or desired workflow
~/code..agents..agentscontains many files/subfolders.~/Library/Logs/warp.logincludes repeatedFailed to build file tree for repository: ExceededMaxFileLimitevents for this repo root.Artifacts
~/Library/Logs/warp.log:Failed to build file tree for repository: ExceededMaxFileLimit~/codeWarp version
Latest
Operating system
macOS (version unknown)