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: Use relative paths in scanner and file-watcher to avoid filtering workspaces under hidden parent directories
- Modified scanner.ts to use relativeFilePath instead of filePath when checking isPathInIgnoredDirectory
- Modified file-watcher.ts to calculate relativeFilePath earlier and use it for isPathInIgnoredDirectory check
- This prevents workspaces located under hidden parent directories (e.g., .root) from being incorrectly filtered out during both initial indexing and file watching
- Ensures both initial indexing and incremental updates work correctly for all workspace locations
0 commit comments