From 4d937f14b32480570c9f4d97793c2806fb2667e1 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Wed, 23 Jul 2025 18:13:58 +0200 Subject: [PATCH] fix vscode launch file --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 6f4371e..bcb590b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,7 +6,7 @@ "configurations": [ { "name": "Python: Main File execution", - "type": "debugpy", + "type": "python", "request": "launch", "program": "${workspaceFolder}/loggy.py", "console": "integratedTerminal",