ocaml-lsp icon indicating copy to clipboard operation
ocaml-lsp copied to clipboard

Some problem with Windows and uppercase file names

Open Simn opened this issue 2 years ago • 0 comments

I'm reporting this in case others come across it, but I'm not sure if it's actually an ocaml-lsp issue.

After upgrading my dev environment, I had lots of Unbound module errors in some files of my project. I couldn't really discern in which cases this happened, until I noticed that CTRL + P showed me something like this:

Generate.ml src\compiler        recently opened
generate.ml src\compiler

After a Clear Recently Opened..., all errors were gone. I don't know where the differing paths came from, and why it affected the language server like that, but yeah...

Feel free to close if there's nothing to fix here!

Simn avatar Jan 07 '24 09:01 Simn