frigate/.vscode/launch.json

13 lines
207 B
JSON
Raw Normal View History

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