1
0
mirror of https://github.com/blakeblackshear/frigate.git synced 2025-01-16 00:09:14 +01:00
blakeblackshear.frigate/.vscode/launch.json

13 lines
207 B
JSON
Raw Normal View History

{
"version": "0.2.0",
"configurations": [
{
"name": "Python: Launch Frigate",
"type": "python",
"request": "launch",
"module": "frigate",
"justMyCode": true
}
]
}