atom-ide-reason icon indicating copy to clipboard operation
atom-ide-reason copied to clipboard

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

Open endlo opened this issue 7 years ago • 2 comments

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.

endlo avatar Oct 25 '18 20:10 endlo

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

alex35mil avatar Oct 25 '18 23:10 alex35mil

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.

cician avatar Feb 16 '19 17:02 cician