News

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 ...
Initially I had thought maybe it was because debugpy setup was not right in my conda env, so I reinstall debugpy in my conda environment, conda install -c conda-forge debugpy but I still got the ...