16 lines
No EOL
361 B
JSON
16 lines
No EOL
361 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Python Debugger: FastAPI",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"module": "uvicorn",
|
|
"args": [
|
|
"main:app",
|
|
"--reload"
|
|
],
|
|
"jinja": true,
|
|
"cwd": "${workspaceFolder}/src"
|
|
}
|
|
]
|
|
} |