melesICUmover/.vscode/launch.json
2026-02-06 15:31:21 +00:00

15 lines
319 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Attach debugpy (melesICUmover)",
"type": "python",
"request": "attach",
"connect": { "host": "127.0.0.1", "port": 5678 },
"pathMappings": [
{ "localRoot": "${workspaceFolder}", "remoteRoot": "/app" }
]
}
]
}