Hi,
I’m using js_of_ocam
in vscode. I didn’t use dune, instead, I used one line command to compile a single .ml
file: ocamlfind ocamlc -package js_of_ocaml-ppx -package js_of_ocaml -linkpkg -o output/main.byte main.ml
It compiled fine. But in vscode, there’s this error Unbound module Js_of_ocamlocamllsp
.
I’ve already configured the sandbox to the global switch.
Thanks a lot if someone could help me.
Or is it not very doable?