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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits