go to definition to modules opens file in a wrong case on Windows
Look at how it opens DisplayTypes.ml tab, even though the file defining this module is called displayTypes.ml:
I think this actually makes VSCode go crazy and display duplicate search results if we have an open file in the different cache, like this:

I didn't change the case in extension, seems merlin did it. It's difficult to restore it, and easy to solve it in VS Code side (detect platform is Windows and respect case insensitive).
I see. Well, I reported the issue to vscode too.
Maybe better report this to merlin.
I found https://www.npmjs.com/package/true-case-path. I'm trying to solve it at extension side, however it may cause performance issue.
This is driving me crazy because I constantly end up having various open files duplicated. Is there any way we can work around the issue?