Spaces:
Configuration error
Configuration error
| { | |
| "configurations": [ | |
| { | |
| "name": "Containers: Python - Fastapi", | |
| "type": "docker", | |
| "request": "launch", | |
| "preLaunchTask": "docker-run: debug", | |
| "python": { | |
| "pathMappings": [ | |
| { | |
| "localRoot": "${workspaceFolder}", | |
| "remoteRoot": "/app" | |
| } | |
| ], | |
| "projectType": "fastapi" | |
| } | |
| } | |
| ] | |
| } |