Переглянути джерело

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

Nanguan Lin 1 рік тому
батько
коміт
e7833a070e
1 змінених файлів з 2 додано та 2 видалено
  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": {