-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On vscode mac (mojave) : "Unable to load compilation data: Unable to find _build directory" #162
Comments
Also getting this on a simple one-file Reason native project with esy + dune. |
For my use-case with ln -s _esy/default/build/default _build |
Same happens in atom using https://github.com/reasonml-editor/atom-ide-reason Sadly symlinking just leads to another error. |
Which version of Esy / RLS are you running? |
I see this too using esy 0.4.3 and RLS 1.4.0 (the latest reason-vscode). @anmonteiro Incidentally what brought me here was that I get this error for the files here https://github.com/anmonteiro/reason-graphql-fullstack/tree/master/src/server Couldn't get the symlink approach to work either. |
I'm getting this error too on Windows 64bit and esy 0.5.6 and latest RLS, steps to reproduce:
Projects made with bs work great. |
Hi,
I have tried lot of things, including multiple re-installations of the plugin and downloading another release of the language server and changing
reason_language_server.location
...I installed OCaml (v4.06.0) and Merlin (v3.1.0) via OPAM. I installed the
reason-vscode
extension via the marketplace. I made a very simple project with only two files:main.ml
:print_endline "Hello, world!"
and
dune
:The project compile fine, dune creates the
_build/
folder and the following.merlin
file:But the language server doesn't work, each time I update the source file I get a
Unable to find _build directory
. Am I missing something ?Here is the (not very useful) debug log :
The text was updated successfully, but these errors were encountered: