Guys, thank you for your hard work, right now the developer experience of using Rescript is really enjoyable and basically on par with the legacy ocaml language server.
Sub par dev UX was a significant roadblock for the growth of Rescript, and with that out of the way the future looks bright for the Rescript community.
I had created a development server (file watcher + compiler + bundler + local webserver) that replaced the “Start a build” functionality from within VSCode. The compiler log was still used by the extension, even though the ReScript compiler was not run by it. I suppressed the popup by creating .bsb.lock myself while the development server was running.
Now that the extension does more than just run the compiler, I would like to have both running. Can I safely do this (by no longer creating the lock file) or will the extension and my own compiler invocation interfere?