Skip to content

Commit

Permalink
chore: replace outdated config in vscode debug settings (#3106)
Browse files Browse the repository at this point in the history
  • Loading branch information
lng2020 authored Apr 5, 2024
1 parent 25b9ac3 commit e7833a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"configurations": [
{
"name": "Python: Celery",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "celery",
"justMyCode": true,
Expand All @@ -21,7 +21,7 @@
},
{
"name": "Python: Flask",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "flask",
"env": {
Expand Down

0 comments on commit e7833a0

Please sign in to comment.