Files
BD09-poc/.vscode/launch.json
2021-06-15 19:37:03 +02:00

12 lines
264 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Python Functions",
"type": "python",
"request": "attach",
"port": 9091,
"preLaunchTask": "func: host start"
}
]
}