vadimcn / codelldb

A native debugger extension for VSCode based on LLDB
https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb
MIT License
2.42k stars 237 forks source link

support ${workspaceFolder} in lldb.library setting #1080

Open garymm opened 3 months ago

garymm commented 3 months ago

I'm using a hermetic toolchain that is part of my workspace. I've hit cases where there's a mismatch between the LLDB library used by default and the libc++ that's used by my toolchain. i can fix this by setting lldb.library to point to my hermetic toolchain's LLDB, but currently I have to hard-code the absolute path to my workspace, which makes it impossible to share this setting. Could you please support ${workspaceFolder} in this setting? Thanks for the great extension!