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 +}