# How to reproduce 1. have [vscode](https://code.visualstudio.com/) installed with the [metals](https://marketplace.visualstudio.com/items?itemName=scalameta.metals) extension 2. create a bleep project `bleep build new`, 3. run `bleep setup-ide` 4. open vscode in the newly created directory 5. open the metals panel and click on "run doctor" (see screenshot below) <img width="1909" height="1032" alt="Image" src="https://github.com/user-attachments/assets/4a71d98f-28e9-469c-accd-e50d6c6927ad" /> ### Behaviour with bleep 0.0.14 <img width="1437" height="575" alt="Image" src="https://github.com/user-attachments/assets/c64c304d-1404-44e5-b258-cbe151b0b338" /> ### Behaviour with bleep 1.0.0-M1/M2/M3 <img width="1485" height="590" alt="Image" src="https://github.com/user-attachments/assets/a79bb462-c03f-4c5e-8bce-dd037d8c592a" /> # Thoughts As the doctor suggests, the problem likely stems from the absence of `semanticDB` (scala and java) compiler options reported by bleep over BSP.
How to reproduce
bleep build new,bleep setup-ideBehaviour with bleep 0.0.14
Behaviour with bleep 1.0.0-M1/M2/M3
Thoughts
As the doctor suggests, the problem likely stems from the absence of
semanticDB(scala and java) compiler options reported by bleep over BSP.