文宇祥

Results 151 comments of 文宇祥

You can use opam setup the shell init script. I remember it works

Sorry for the late response. Now it is the Spring Festival in China, I have not enough time to address this issue. I'll work for the bucklescript and js_of_ocaml support...

@AntouanK >Seems like the problem is that I use zsh as my main shell, and my PATH is defined in .zshrc. If I launch VSCode manually from a zsh shell,...

Doest `stopOnEntry` option works?

The problems seem ocamldebug's. Ocamldebug has many small issues like those. I can help you less. Can you paste your ocaml source here? Maybe your breakpoint hasn't been hit.

``` let () = let year = 20126 in let leap = (year mod 4 = 0 && year mod 100 0) || year mod 400 = 0 in let...

@swuecho https://github.com/ocaml/merlin/wiki/project-configuration

Can't reproduce your problem. ![image](https://user-images.githubusercontent.com/540298/27207987-722d2ddc-5275-11e7-9357-a2e6eb6e0460.png)

No, mine is mac. Which merlin version are you using?

I have no idea with you problem. You can use MERLIN_LOG env to figure out what's wrong. > You can export the MERLIN_LOG variable, e.g. MERLIN_LOG=/tmp/merlin.log and merlin will then...