mirror of
https://github.com/MarcA711/frigate-rockchip.git
synced 2025-09-26 20:51:15 +08:00
Fix vscode launch configuration (#13795)
This commit is contained in:
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
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user