Skip to content

Commit

Permalink
Fix vscode launch configuration (#13795)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsiam committed Sep 17, 2024
1 parent edababa commit bcae0cf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
"configurations": [
{
"name": "Python: Launch Frigate",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "frigate",
"justMyCode": true
"module": "frigate"
}
]
}

0 comments on commit bcae0cf

Please sign in to comment.