Describe the bug
VSCode is unable to debug python code when inside of a container, used to work until a few months ago. Now I get the error "Failed to spawn launcher: [Errno 13] Permission denied: '/workspace/project_a'
Steps/Code to reproduce bug
Build a DevContainer with a python project and try to debug from the unit test tab, it works from other places
Expected behavior
Debug should just work as usual
Environment overview (please complete the following information)
Environment location: Docker
using pytest and trying to debug a test case.
Environment details
Just using conda from the rapids container, nothing particular
Additional context
Describe the bug
VSCode is unable to debug python code when inside of a container, used to work until a few months ago. Now I get the error "Failed to spawn launcher: [Errno 13] Permission denied: '/workspace/project_a'
Steps/Code to reproduce bug
Build a DevContainer with a python project and try to debug from the unit test tab, it works from other places
Expected behavior
Debug should just work as usual
Environment overview (please complete the following information)
Environment location: Docker
using pytest and trying to debug a test case.
Environment details
Just using conda from the rapids container, nothing particular
Additional context