Dev Container ignoring project name

Hello!

After the update I can confirm that now the contianer builds properly, I am able to run inside the correct project name, but the rest of my issues remain.

Trying to Run my python project does nothing. I only see this in the log (clicked 3 times on the play button, so 3 logs)

2025-01-28 09:16:14.439 [info] DAP Server launched with command: /root/.cache/pypoetry/virtualenvs/igloo-9TtSrW0h-py3.12/bin/python /root/.cursor-server/extensions/ms-python.python-2024.5.1-universal/pythonFiles/lib/python/debugpy/adapter
2025-01-28 09:16:19.915 [info] DAP Server launched with command: /root/.cache/pypoetry/virtualenvs/igloo-9TtSrW0h-py3.12/bin/python /root/.cursor-server/extensions/ms-python.python-2024.5.1-universal/pythonFiles/lib/python/debugpy/adapter
2025-01-28 09:16:35.196 [info] DAP Server launched with command: /root/.cache/pypoetry/virtualenvs/igloo-9TtSrW0h-py3.12/bin/python /root/.cursor-server/extensions/ms-python.python-2024.5.1-universal/pythonFiles/lib/python/debugpy/adapter

And also, I cannot debug a test, but I can run one normally. By the looks of it this is an old issue already reported in this thread and i am having the exact same thing. Debugging a test will make it run forever and i cannot stop it unless i quit and reopen Cursor.

Everything works well in VS Code, just tested it again to make sure.