File system case detection broken
已回答
For some time now I have the problem that some of my projects issue a warning claiming that they are located on a case-sensitive filesystem.
However, all of my projects are located on the same local Windows NTFS drive. Changing the setting
idea.case.sensitive.fs
will disable the warning for those projects. However, the other half of my projects will then issue that warning instead.
Is there anything I can do about that? If not, please either fix the detection, or provide another setting that allows disabling that annoying warning.
请先登录再写评论。
Maybe you're using WSL Git? https://youtrack.jetbrains.com/issue/IDEA-200127
Indeed.... I probably cloned those projects with WSL git. Thank you for the hint.
So this issue is a duplicate of IDEA-200127