From 8d516223999435ec3bf5eb0582fef4db87691df3 Mon Sep 17 00:00:00 2001 From: Indrit Fejza <57690341+fjolublar@users.noreply.github.com> Date: Tue, 23 Jul 2024 20:38:45 +0200 Subject: [PATCH] use debugpy instead of python in launch.json --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index bed8fa41..4e17e4c4 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,7 +6,7 @@ "configurations": [ { "name": "Python: Flask", - "type": "python", + "type": "debugpy", "request": "launch", "module": "flask", "env": { @@ -24,4 +24,4 @@ "jinja": true } ] -} \ No newline at end of file +}