Closed Chamiduz closed 3 years ago
Is there a solution so ? Having the same issue
This not works for me too. Unfortunately.
Please try setting both wsl and program in launch.json manually with full path in wsl:
"cwd": "/mnt/d/some/path", //path to workspace
"program": "/mnt/d/some/path/script_to_debug.sh", //path to file
I am getting "
Error: cwd (/mnt/d/***/***/***/***) does not exists
" while trying to debug using Bash Debug extension with vscodehttps://github.com/microsoft/vscode/issues/118618
Actual file path :
D:\***\***\***\***
VS Code Version :1.54.1 user setup
OS Version :windows 10 pro 1909
Steps to Reproduce: