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

Ability to debug API in VSCode.

parent 5f3c4f1a
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,22 @@
"program": "${workspaceFolder}/aura.py",
"console": "integratedTerminal"
},
{
"name": "Aura Engine API - Run",
"type": "python",
"request": "launch",
"stopOnEntry": false,
"program": "${workspaceFolder}/api.py",
"env": {
"FLASK_APP": "${workspaceRoot}/app.py"
},
"args": [
"run"
],
"debugOptions": [
"RedirectOutput"
]
},
{
"name": "Aura Engine - Recreate Database",
"type": "python",
......
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