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

This commit is contained in:
Nanguan Lin 2024-04-05 17:49:09 +08:00 committed by GitHub
parent 25b9ac3df4
commit e7833a070e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": {