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

Added recreate-DB launcher.

parent dc266ce7
No related branches found
No related tags found
No related merge requests found
......@@ -5,11 +5,19 @@
"version": "0.2.0",
"configurations": [
{
"name": "Python: Aura Engine",
"name": "Aura Engine - Run",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/aura.py",
"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