frigate/.vscode/launch.json
2022-11-30 00:11:36 -03:00

12 lines
178 B
JSON

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