generated from pavel.muhortov/template-bash
24 lines
595 B
JSON
24 lines
595 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
} |