[Lldb-commits] [lldb] [lldb-dap] expand tilde in dap executable path (PR #162635)

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 31 09:15:10 PDT 2025


https://github.com/ashgti commented:

We should probably also update the launch.json to include:

```
{
	"type": "extensionHost",
	"request": "launch",
	"name": "lldb-dap ext tests",
	"testConfiguration": "${workspaceFolder}/.vscode-test.js",
	"args": ["--extensionDevelopmentPath=${workspaceFolder}"]
},
```

https://github.com/llvm/llvm-project/pull/162635


More information about the lldb-commits mailing list