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",