From e7833a070ece5c6620726a31638f4e2846126403 Mon Sep 17 00:00:00 2001 From: Nanguan Lin Date: Fri, 5 Apr 2024 17:49:09 +0800 Subject: [PATCH] chore: replace outdated config in vscode debug settings (#3106) --- api/.vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/.vscode/launch.json b/api/.vscode/launch.json index cb718f9f60..4390e7ef44 100644 --- a/api/.vscode/launch.json +++ b/api/.vscode/launch.json @@ -6,7 +6,7 @@ "configurations": [ { "name": "Python: Celery", - "type": "python", + "type": "debugpy", "request": "launch", "module": "celery", "justMyCode": true, @@ -21,7 +21,7 @@ }, { "name": "Python: Flask", - "type": "python", + "type": "debugpy", "request": "launch", "module": "flask", "env": {