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
Can this functionality be implemented utilising API?
no, static config
Is your feature request related to a problem? Please describe.
Ignore directories based on dynamic conditions.
Describe the solution you'd like filesystem_watchers.ignore_dirs and git.disable_for_dirs can be fun(string): boolean where string is the absolute path of the directory.
Describe alternatives you've considered
Setting dirs dynamically before setup.
Can this functionality be implemented utilising API?
no, static config
Is your feature request related to a problem? Please describe.
Ignore directories based on dynamic conditions.
Describe the solution you'd like
filesystem_watchers.ignore_dirs
andgit.disable_for_dirs
can befun(string): boolean
where string is the absolute path of the directory.Describe alternatives you've considered
Setting dirs dynamically before setup.
Additional context
Use case:
foo/master, foo/worktree1 and bar repos will return false
The text was updated successfully, but these errors were encountered: