-
|
Hi! I'm running on a terminal: dune build @ocaml-index --watchAnd generally works as intended, but sometimes, after fixing some syntax error in my code, the compilation succeeds in the terminal running dune, but ocamllsp keeps showing the errors. Saving the file again or re-reading the file, makes it "resync" with dune; but in some cases not even that works and I need to restart the LSP process (using neovim's I'm not sure if there's anything I'm doing wrong, so any advice or pointers would be very appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
This is similar, but I'm not using ppx expressions so 🤷 |
Beta Was this translation helpful? Give feedback.
Does this look similar: #1209 (comment) ?