Skip to content
Snippets Groups Projects
Commit e0a9f1fe authored by David Trattnig's avatar David Trattnig
Browse files

chore(launch): run as module

parent e7f48af9
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,10 @@ ...@@ -8,7 +8,10 @@
"name": "Start Engine", "name": "Start Engine",
"type": "python", "type": "python",
"request": "launch", "request": "launch",
"program": "${workspaceFolder}/src/aura_engine/app.py", "env": {
"PYTHONPATH": "${workspaceRoot}/src"
},
"module": "aura_engine.app",
"console": "integratedTerminal" "console": "integratedTerminal"
}, },
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment