don't specify ignorecase when calling isEquals and isEqualOrParent#75626
don't specify ignorecase when calling isEquals and isEqualOrParent#75626
Conversation
There was a problem hiding this comment.
@aeschli one code change suggested.
Also: should we simply not allow to set ignoreCase on isEqual and isEqualOrParent? Being able to overrule this decision is only asking for trouble imho.
You also might want to do a quick scan of usages of isLinux to see if there are more places where we make these assumptions but where we are not using your resource helpers.
| } | ||
|
|
||
| private getIndexOfPath(path: string, candidate: string): number { | ||
| private getIndexOfPath(path: string, candidate: string, ignoreCase: boolean): number { |
There was a problem hiding this comment.
@aeschli I would just remove this parameter ignoreCase: boolean and inline it to resources.hasToIgnoreCase(resource)?
|
I reverted the change of the default of ignorecase for remote resources. |
…SensitiveForNonFIle
|
@aeschli possibly this one ( |
No description provided.