mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Fix vscode launch configuration (#13795)
This commit is contained in:
parent
edababa88e
commit
bcae0cf441
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
@ -3,10 +3,9 @@
|
|||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "Python: Launch Frigate",
|
"name": "Python: Launch Frigate",
|
||||||
"type": "python",
|
"type": "debugpy",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"module": "frigate",
|
"module": "frigate"
|
||||||
"justMyCode": true
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user