diff --git a/.vscode/launch.json b/.vscode/launch.json index 1f0e9f28072a1939db4535e34f120141c88c4b05..fa7354ec93a4216ee242e0cd8fcf4c227bcad9e9 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,10 @@ "name": "Start Engine", "type": "python", "request": "launch", - "program": "${workspaceFolder}/src/aura_engine/app.py", + "env": { + "PYTHONPATH": "${workspaceRoot}/src" + }, + "module": "aura_engine.app", "console": "integratedTerminal" }, {