autopeering/.vscode/launch.json

13 lines
263 B
JSON

{
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"cwd": "${workspaceFolder}/web/",
"console": "integratedTerminal",
"justMyCode": true
}
]
}