21 lines
530 B
JSON
21 lines
530 B
JSON
![]() |
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Python: Current File",
|
||
|
"type": "python",
|
||
|
"request": "launch",
|
||
|
"program": "${file}",
|
||
|
"console": "integratedTerminal"
|
||
|
},
|
||
|
|
||
|
{
|
||
|
"name": "Python: Current File with args",
|
||
|
"type": "python",
|
||
|
"request": "launch",
|
||
|
"program": "${file}",
|
||
|
"console": "integratedTerminal",
|
||
|
"args": ["-v", "~/Videos/video.h264"]
|
||
|
}
|
||
|
]
|
||
|
}
|