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've encountered a problem using ocaml-lsp-server via the ocamllabs OCaml Platform VSCode plugin, in which I would get a lot of unbound module errors.
My project involves several libraries, and is compiled with dune. The unbound module errors are being given for modules contained in other libraries within the same project.
I observe this behaviour when my project lives in a directory whose name contains spaces. When I rename the directory so that it does not include spaces, IDE support using the OCaml Platform VSCode plugin works fine.
I'm not sure whether this is a problem with ocaml-lsp-server or with its integration with dune.
The text was updated successfully, but these errors were encountered:
I've encountered a problem using ocaml-lsp-server via the ocamllabs OCaml Platform VSCode plugin, in which I would get a lot of unbound module errors.
My project involves several libraries, and is compiled with dune. The unbound module errors are being given for modules contained in other libraries within the same project.
I observe this behaviour when my project lives in a directory whose name contains spaces. When I rename the directory so that it does not include spaces, IDE support using the OCaml Platform VSCode plugin works fine.
I'm not sure whether this is a problem with ocaml-lsp-server or with its integration with dune.
The text was updated successfully, but these errors were encountered: