Browse Source

chore: replace outdated config in vscode debug settings (#3106)

Nanguan Lin 1 year ago
parent
commit
e7833a070e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      api/.vscode/launch.json

+ 2 - 2
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": {