15 lines
364 B
JSON
15 lines
364 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Python: Current File",
|
||
|
"type": "python",
|
||
|
"request": "launch",
|
||
|
"program": "${file}",
|
||
|
"currentFileConfiguration": true,
|
||
|
"console": "internalConsole",
|
||
|
"justMyCode": true,
|
||
|
"addSourceRootsToPythonpath": true,
|
||
|
},
|
||
|
]
|
||
|
}
|