Type: Bug Open the "Run and Debug" panel Create a new fastapi python project Create an automatic FastAPI configuration There is no way to delete such automatic configuration, and it always stays in the launch config. Even when I add my c...
projectTypeThe type of your Python project,flaskfor Flask projects,djangofor Django,fastapifor FastAPI, and general for others. The project type will be used to set the port and commands used for debugging. justMyCodeDebug only user-written code. ...
{ "localRoot": "${workspaceFolder}", "remoteRoot": "/app" } ], "justMyCode": true, "django": false, "fastapi": true, "jinja": false, "dockerOptions": { "containerName": "fastapi-dev", "dockerServerReadyAction": { "containerName": "fastapi-dev", "pattern": "Uvicorn running ...
I will do some additional debugging to get you an updated code snippet. In my case it seems to be messing with my fastapi server starting. To be fair, we are doing some patching to make it work with gevent but those code paths don't seem to be the ones affected. Author reallistic ...