frigate/.vscode/launch.json

12 lines
178 B
JSON
Raw Normal View History

2022-11-30 06:08:58 +03:00
{
"configurations": [
{
"name": "Python: Frigate",
"type": "python",
"request": "launch",
"module": "frigate",
"justMyCode": true
}
]
}