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

Added recreate-DB launcher.

parent 5d68243b
No related branches found
No related tags found
No related merge requests found
...@@ -5,11 +5,19 @@ ...@@ -5,11 +5,19 @@
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{ {
"name": "Python: Aura Engine", "name": "Aura Engine - Run",
"type": "python", "type": "python",
"request": "launch", "request": "launch",
"program": "${workspaceFolder}/aura.py", "program": "${workspaceFolder}/aura.py",
"console": "integratedTerminal" "console": "integratedTerminal"
},
{
"name": "Aura Engine - Recreate Database",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/aura.py",
"args": ["--recreate-database"],
"console": "integratedTerminal"
} }
] ]
} }
\ No newline at end of file
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