fixtury_dxf_converter/.vscode/launch.json

19 lines
494 B
JSON

{
"configurations": [
{
"name": "Containers: Python - Flask",
"type": "docker",
"request": "launch",
"preLaunchTask": "docker-run: debug",
"python": {
"pathMappings": [
{
"localRoot": "${workspaceFolder}",
"remoteRoot": "/app"
}
],
"projectType": "flask"
}
}
]
}