diff --git a/.vscode/launch.json b/.vscode/launch.json index b449080..565f454 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,7 +5,7 @@ "name": "OCaml", "type": "ocamldebug", "request": "launch", - "program": "${workspaceRoot}/inlecture.d.byte", + "program": "${fileDirname}/${fileBasenameNoExtension}.d.byte", "stopOnEntry": false, "preLaunchTask": "build" // Build before launch }