-
Hi~ After looking up some articles, I think vscode and it's extension "OCaml Platform" may be helpful. But when I follow OCaml Platform and ocaml-lsp to install the lsp in opam, it has several problems:
Can anyone give me some advice on how to start learning these codes? Any reply will be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi!
If you find errors, please attach the whole output, it's more useful that just the particular error. |
Beta Was this translation helpful? Give feedback.
Hi!
opam install ocaml-lsp-server
, or if you don't want opam to decideopam install ocaml-lsp-server.1.2.0
opam install ocaml-lsp-server
. I'm not sure why it would fail on cmdliner not being found if the instructions were followed correctly, cmdliner is a dependency. Try runningopam install xs-toolstack -y
to compile the whole toolstack, this will make all the code in xen-api can be compiled.If you find errors, plea…