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

pull/3122/head
Nanguan Lin 2 years ago committed by GitHub
parent 25b9ac3df4
commit e7833a070e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save