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

chore: update launch.json

parent a20478ff
No related branches found
No related tags found
1 merge request!35ORM-less scheduling
......@@ -6,13 +6,16 @@
"configurations": [
{
"name": "Start Engine",
"type": "python",
"type": "debugpy",
"request": "launch",
"cwd": "${workspaceFolder}",
"env": {
"PYTHONPATH": "${workspaceRoot}/src"
"PYTHONPATH": "${workspaceFolder}/src"
},
"module": "aura_engine.app",
"console": "integratedTerminal"
"args": [],
"console": "integratedTerminal",
"justMyCode": false
}
]
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment