2023-03-12 14:27:03 +03:00
|
|
|
{
|
|
|
|
"version": "0.2",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Python: cctv-scheduler",
|
|
|
|
"type": "python",
|
|
|
|
"request": "launch",
|
|
|
|
"program": "${file}",
|
|
|
|
"console": "integratedTerminal",
|
|
|
|
"justMyCode": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Python: cctv-scheduler -s",
|
|
|
|
"type": "python",
|
|
|
|
"request": "launch",
|
|
|
|
"program": "${file}",
|
|
|
|
"args": [
|
|
|
|
"-s"
|
|
|
|
],
|
|
|
|
"console": "integratedTerminal",
|
|
|
|
"justMyCode": true
|
2023-03-17 20:26:03 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Python: cctv-scheduler -b",
|
|
|
|
"type": "python",
|
|
|
|
"request": "launch",
|
|
|
|
"program": "${file}",
|
|
|
|
"args": [
|
|
|
|
"-b"
|
|
|
|
],
|
|
|
|
"console": "integratedTerminal",
|
|
|
|
"justMyCode": true
|
2023-03-12 14:27:03 +03:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|