You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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: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!
The text was updated successfully, but these errors were encountered: