From bbe55f0fbcdd7d57e41d5241361e813de731b7f7 Mon Sep 17 00:00:00 2001 From: oleting Date: Sun, 24 Jan 2021 21:42:46 +0100 Subject: [PATCH] change for @Weckyy702 --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 1ded7e8..e80f071 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "name": "Python: Aktuelle Datei", "type": "python", "request": "launch", - "program": "run.py", + "program": "debug.py", "console": "integratedTerminal" } ]