文宇祥
文宇祥
Your config is correct. My OS is macOS. I'll check it in windows VM later. If you'd like to get it work in a hurry, and you know typescript. You...
This is likely a bug on Windows OS of merlin 3.0.2.0, I've tested ocaml `4.05.0+mingw64c` + merlin `3.0.2.0`. It doesn't work, too. If you execute `ocamlmerlin` in cygwin's terminal, it...
I didn't change the case in extension, seems merlin did it. It's difficult to restore it, and easy to solve it in VS Code side (detect platform is Windows and...
Maybe better report this to merlin. I found https://www.npmjs.com/package/true-case-path. I'm trying to solve it at extension side, however it may cause performance issue.
No, but there's my starter project https://github.com/hackwaly/stone/commit/c3f8ed6dcc758c36422e30f341ffd12bedd357c8 you may have interest in.
@kkirstein Yes. Merlin 3 says it support legacy protocol, but on windows it's buggy. Vim seems use new protocol, thus it works. see https://github.com/hackwaly/vscode-ocaml/issues/112#issuecomment-324861476
This extension now consider deprecated. There's reasonml-editor was started working on this https://github.com/reasonml-editor/vscode-reasonml/issues/113.
I can't reproduce your problem. 
No, I do debug as same as you
I can provide my working project to you. Did you need it?