diff --git a/.vscode/launch.json b/.vscode/launch.json index eaba26a..6e0fa0a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "name": "Python: Aktuelle Datei", "type": "python", "request": "launch", - "program": "interpret_source.py", + "program": "gui.py", "console": "integratedTerminal" } ]