diff --git a/.vscode/launch.json b/.vscode/launch.json index 0f6763743..f0f4518df 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,6 +8,12 @@ "type": "lldb", "request": "launch", "name": "Debug executable 'rustpython'", + "cargo": { + "args": [ + "build", + "--package=rustpython" + ], + }, "preLaunchTask": "Build RustPython Debug", "program": "target/debug/rustpython", "args": [],