Use fileExists check for file system case sensitivity instead of relying on the platform#7552
Use fileExists check for file system case sensitivity instead of relying on the platform#7552zhengbli wants to merge 1 commit into
Conversation
…ing on the platform
5a0f9ba to
5c76ff9
Compare
|
I don't see how this helps in the commonly reported case where folks are opening projects off mapped drives. This checks |
|
agree with @billti - the issue here is that case-sensitivity can vary between mounted volumes. |
|
Maybe it makes more sense for the |
|
Agree it makes more sense per project. I would test whatever the first file loaded for a project is (whether that be a .ts/.js file or the tsconfig.json file), as I doubt one project would be spread across volumes with different case sensitivity (and if they are... too bad). |
|
Close in light of #7658 |
Fixes #7154