You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I attempt to launch the debugger I receive an error message saying Error: cwd {/mnt/c/path/to/my/workspace/folder} does not exist. But it clearly does exist because I have it open in vscode
The text was updated successfully, but these errors were encountered:
@NZnick I don't know if this helps, but maybe try adding a simple .vscode/launch.json config file?
I'm using WSL and VSCode. I installed the extension and launched the debugger (F5) but there was no output. After configuring the debug task, everything worked.
Here's a minimal config file suggestion (.vscode/launch.json):
Executables
Version of bash-debug: 0.3.9
Output of following commands (on windows, execute them in Command Prompt or PowerShell):
where bash
code --version
Debug output
No debug output is generated
Details
When I attempt to launch the debugger I receive an error message saying Error: cwd {/mnt/c/path/to/my/workspace/folder} does not exist. But it clearly does exist because I have it open in vscode
The text was updated successfully, but these errors were encountered: