melesICUmover/launch.json
2026-02-06 14:38:43 +00:00

15 lines
242 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Docker (melesICUmover)",
"type": "python",
"request": "attach",
"connect": {
"host": "localhost",
"port": 5678
}
}
]
}