In a project which is not a monorepo (no `namespace: true`, just one bsconfig) 1. `rescript build -with-deps -w` 2. An error appears both on the cli of the compiler and the problems tab (in my case a simple "module X cannot be found") 3. Close the VSCode tab of the File where the error appeared. 4. Open it again 5. The error vanishes from the problems tab. Tested with current master (4f8d3f9)