-
-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nocase:true not working properly on linux #526
Comments
Does it work if you add |
TypeScript says |
Oh right, it's a minimatch option. I think if you specify nocase, but it's a normally case sensitive file system, we need to disable that option. On May 4, 2023, at 14:18, Alon Amir ***@***.***> wrote:
Tried adding that, typescript says 'nocaseMagicOnly' does not exist in type 'GlobOptions'
Either way, I tried and it didn't work.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
@isaacs |
Fix it in Linux. Basically, have glob set nocaseMagicOnly as appropriate, based on both the platform and nocase. |
For the given example, let's say we have the following directory in our file system (linux)
/home/myusername/app/StylES
The following code will not find this entry:
The text was updated successfully, but these errors were encountered: