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
This is my launch.json setup
{
"name": "LLDB Launch",
"type": "lldb",
"request": "launch",
"program": "${workspaceFolder}/target/debug/$(workspaceFolderBasename)",
"preLaunchTask": "rust: cargo build",
"args": [],
"cwd": "${workspaceFolder}",
}
I'm pressing F5 to debug a rust project (in a manjaro terminal)
~/projects/testing/target/debug/target
but I get the message box
'/home/tom/projects/testing/target/debug/$(workspaceFolderBaseName)' does not exist.
If I replace '$(workspaceFolderBaseName)' with 'testing' it works as expected.
VS Code version: Code 1.96.2 (fabdb6a, 2024-12-19T10:22:47.216Z)
OS version: Windows_NT x64 10.0.22635
Modes:
Remote OS version: Linux x64 5.15.167.4-microsoft-standard-WSL2
Type: Bug
This is my launch.json setup
{
"name": "LLDB Launch",
"type": "lldb",
"request": "launch",
"program": "${workspaceFolder}/target/debug/$(workspaceFolderBasename)",
"preLaunchTask": "rust: cargo build",
"args": [],
"cwd": "${workspaceFolder}",
}
I'm pressing F5 to debug a rust project (in a manjaro terminal)
~/projects/testing/target/debug/target
but I get the message box
'/home/tom/projects/testing/target/debug/$(workspaceFolderBaseName)' does not exist.
If I replace '$(workspaceFolderBaseName)' with 'testing' it works as expected.
VS Code version: Code 1.96.2 (fabdb6a, 2024-12-19T10:22:47.216Z)
OS version: Windows_NT x64 10.0.22635
Modes:
Remote OS version: Linux x64 5.15.167.4-microsoft-standard-WSL2
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
Extensions (10)
(1 theme extensions excluded)
A/B Experiments
The text was updated successfully, but these errors were encountered: