reasonml-editor / atom-ide-reason

ReasonML/OCaml language support for Atom-IDE, using ocaml-language-server under the hood.
MIT License
33 stars 8 forks source link

"No root directory found" when using reason-language-server... #36

Open endlo opened 5 years ago

endlo commented 5 years ago

Am receiving this error when using reason-language-server:

screen shot 2018-10-25 at 1 17 53 pm

Switching to the ocaml-language-server fixed it.

alex35mil commented 5 years ago

For some reason, reason-language-server can't find the root folder of your project. RLS repo is more suitable place for this issue.

cician commented 5 years ago

I've encountered the same error in vscode (the extension with language service) and it was due to spaces in the path where I created the project. In another instance the build failed with parenthesis in the project's folder name, but with a different error.