How to remove idea.case.sensitive.fs warning?

已回答

Hello, 

I'm using IntelliJ IDE CE 2017.1.

Question.

  Does anyone tell me how to disable "idea.case.sensitive.fs" warning?

Environment.

  • IntelliJ: IDE CE 2017.1
  • OS: macOS 10.12.4
  • FileSystem HFS+ (Case sensitive)

I wrote this option "idea.case.sensitive.fs=true"
in the following files. However, I still get this message. 

  • ~/Library/Application Support/IdeaIC2017.1/idea.properties
  • ~/Library/Application Support/IdeaIC2017.1/idea.vmoptions

Best regards.

 

 

0

Try Help | Edit Custom Properties.

3
Avatar
Permanently deleted user

Hello Serge,

Thank you for your comment.

I fixed the problem. 

0

This fix appears to have stopped working in the 2018 version of PHPStorm

0
Avatar
Permanently deleted user

The bug is back in 2018.3 CE

1
Avatar
Permanently deleted user

For some unfathomable reason IntelliJ (CE 2019.1) thinks my Windows 10 NTFS disk is case sensitive. Whatever this test does, it doesn't do it right.

0

Most probably case sensitivity on the folder was set by Git or by WSL:
https://www.howtogeek.com/354220/how-to-enable-case-sensitive-folders-on-windows-10/

Try running 'fsutil.exe file setCaseSensitiveInfo D:/dev/AxonIQ/axoniq-cluster-army/' from command line

0
Avatar
Permanently deleted user

Annoying, to say the least. I hadn't even heard of this option. Tools shouldn't change these kinds of settings without warning. Yes, this directory has case sensitivity on.

0

请先登录再写评论。