diff --git a/.vscode/launch.json b/.vscode/launch.json index 6a78b8d934a75b2985946a591f740486d8167c4a..afd9483b70c2a748e4a73b06f24fe7c65461c756 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,6 +5,7 @@ "version": "0.2.0", "configurations": [ + { "name": "Python: Aktuelle Datei", "type": "python", @@ -13,11 +14,18 @@ "console": "integratedTerminal" } { - "name": "Python: URL shorter", + "name": "Python: URL shorter debug", "type": "python", "request": "launch", "program": "main.py", "console": "integratedTerminal" } + { + "name": "Python: URL shorter Production", + "type": "python", + "request": "launch", + "program": ".", + "console": "integratedTerminal" + } ] } \ No newline at end of file