[Lldb-commits] [lldb] [lldb-dap] expand tilde in dap executable path (PR #162635)
Ebuka Ezike via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 31 09:45:11 PDT 2025
================
@@ -3,13 +3,14 @@
"moduleResolution": "node",
"module": "commonjs",
"outDir": "out",
- "rootDir": "src-ts",
+ "rootDirs": ["src-ts", "unittests-ts"],
----------------
da-viper wrote:
I was using the same layout as how llvm structures things
```
tool/
├── source
├── test
└── unittests
```
I don't mind changing it but if so would prefer.
```
lldb-dap
└── extension (renamed from src-ts)
├── src
└── test
```
https://github.com/llvm/llvm-project/pull/162635
More information about the lldb-commits
mailing list