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(dir-filter): properly detect upward and downwards for project files (#47)
This change updates the dir_filter to use vim.fs.relpath to detect if
the file is a decendant or parent of a relevant project from the
solution.
This change should fix the error as well as be more performant because
we do not need to scan the directory for every file checked.
0 commit comments