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: prevent code indexer from skipping workspaces under hidden parent directories
- Modified scanner.ts to pass relative paths instead of absolute paths to isPathInIgnoredDirectory
- This ensures files are only filtered based on hidden directories within the workspace, not parent directories
- Fixes issue #8600 where workspaces under directories like .root were being completely skipped
0 commit comments