Issue 183008
Summary [lldb-dap] Support variable substitution in VS Code extension
Labels new issue
Assignees
Reporter DriftProc
    The LLDB DAP VS Code extension should support variable substitution, so the settings can be configured like this:
```JSON
{
    "lldb-dap.executable-path": "${env:ProgramFiles}\\LLVM\\bin\\lldb-dap.exe",
 "lldb-dap.environment": {
        "Path": "${env:LOCALAPPDATA}\\Python\\pythoncore-3.10-64;${env:Path}"
 }
}
```
It will be very useful to have this feature. Many other VS Code extensions, like `Clangd` and `CMake Tools`, support it.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to