[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:12 PDT 2025
================
@@ -3,13 +3,14 @@
"moduleResolution": "node",
"module": "commonjs",
"outDir": "out",
- "rootDir": "src-ts",
+ "rootDirs": ["src-ts", "unittests-ts"],
----------------
ashgti wrote:
Any reason to not put the tests in `src-ts/test`? Thats pretty common for vscode extensions (thats how the vscode extension template structures things).
https://github.com/llvm/llvm-project/pull/162635
More information about the lldb-commits
mailing list