12 lines
287 B
JSON
12 lines
287 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "AV_Data_Capture",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/AV_Data_capture.py",
|
|
"console": "integratedTerminal"
|
|
}
|
|
]
|
|
} |