ocaml-lsp recommends running dune build --watch-mode
. Doing so prevents running tests as the build directory is locked by that dune process.
What is the recommended way of using dune and ocaml-lsp doing test driven development?
3 posts - 2 participants