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
i investigated and found the behavior started when i switched from the glob crate to the wax crate to handle glob patterns like **/code/sources.mlb. in that pattern, i would expect the ** to match 0 or more directories.
Environment
Steps to reproduce
Set workspace root to something like
**/code/sources.mlb
.Expected behavior
Millet detects all
sources.mlb
files present.Actual behavior
Millet does not recognize any files.
Downgrading Millet to v0.14.3 fixes this issue.
The text was updated successfully, but these errors were encountered: