{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: "version": "0.2.0", "configurations": [ { "name": "myprecious", "type": "python", "request": "launch", "cwd": "${workspaceFolder}", "module": "poetry", "python": "C:\\Users\\07501300\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\myprecious-MjU9b_nO-py3.11", "args": [ "run", "python", "-m",//"waitress-serve", "", "0.0.0.0", "--port", "5000", "main:app" "waitress-serve", "--host", "0.0.0.0", "--port", "5000", "main:app" ], "justMyCode": true, "stopOnEntry": false, "console": "integratedTerminal", "env": { "DEBUG_SWITCH": "True" } } ] }