VSCode Ocaml+Reason extension cannot find merlin binary

The recommended Ocaml Platform extension does not use ocamlmerlin but ocaml-lsp-server. Maybe:

  • You have another ocaml extension active that does need ocamlmerlin. In that case you can simply disable it.
  • You forgot to opam install ocaml-lsp-server and the error message is wrong.