79371117

Date: 2025-01-20 11:18:40
Score: 0.5
Natty:
Report link

my conf works for my project, are you in the right folder ? You should go in the folder where is your app.py, look my cwd var:

{
    "name": "Chalice: public-api",
    "type": "debugpy",
    "request": "launch",
    "program": "${env:CHAT3D_BACKEND_VENV_PATH}/bin/chalice",
    "args": [
        "local",
        "--no-autoreload"
    ],
    "cwd": "${workspaceFolder}/public-api"
}
Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: negstek