From 7c48ee4065fb7bef02b8bd1965c36d733393b0cd Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Thu, 27 Jun 2024 21:01:32 +0200 Subject: [PATCH] rename python to debugpy --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 9d9bfa7..7977fdd 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,7 +6,7 @@ "configurations": [ { "name": "Python: Aktuelle Datei", - "type": "python", + "type": "debugpy", "request": "launch", "program": "${file}", "console": "integratedTerminal",