-
Notifications
You must be signed in to change notification settings - Fork 62
Show errors when not finding merlin #39
Comments
Hi @maun, can you give me a bit more detail on what you are asking for? In general, the errors from merlin for the current file should already be showing up in the problems panel. Is that what you are referring to or something else? Regarding merlin not being found, can you tell me how you have your project set up and what your Reason development environment looks like? The extension does try to check for the |
Hi @freebroccolo, sorry I thought this behavior is known/intentional: When I start vscode without ocamlmerlin in my node_modules/path, or ocamlmerlin ends with an error I see no error in vscode, but at the bottom right the text "[loading]". There is also no error in the developer console. With the posted source code I have a working installation with working autocomplete, I can reproduce the described behavior as follows. No error for ocamlmerlin errors:
For the missing ocamlmerlin binary I did the following:
Someone on discord also mentioned that this extension shows no errors for ocamlmerlin. |
@maun thanks for the details. I know there used to be some issues with the server not always reporting the failure properly if the call to execute I thought I fixed that but maybe not. I'll take a look and see if I can figure out what's going on. |
Hello, I am also having the same problem. I am trying to use merlin with reason-react-example. I tried the following:
I am running MacOS 10.12.4, VS Code 1.10.2, Reason plugin 0.0.99. |
Could you show the errors returned by merlin? Also errors when merlin is not found.
The text was updated successfully, but these errors were encountered: