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
Currently, it is not possible to use the "files" channel to search for files within hidden folders. Upon reviewing the code, Walkbuilder is utilizing the default value, and there is no option to configure it. https://docs.rs/ignore/latest/src/ignore/walk.rs.html#730-736
It would be nice to have an argument to enable or disable it. Ideally, it should be possible to set arguments for a specific channel, but I think it's not currently supported?
The text was updated successfully, but these errors were encountered:
You could solve this by creating a custom cable channel that includes hidden files (or maybe even override the default files channel with that if you like) like so:
Currently, it is not possible to use the "files" channel to search for files within hidden folders. Upon reviewing the code, Walkbuilder is utilizing the default value, and there is no option to configure it. https://docs.rs/ignore/latest/src/ignore/walk.rs.html#730-736
It would be nice to have an argument to enable or disable it. Ideally, it should be possible to set arguments for a specific channel, but I think it's not currently supported?
The text was updated successfully, but these errors were encountered: