[Lldb-commits] [lldb] [lldb-dap] expand tilde in dap executable path (PR #162635)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 31 10:09:23 PDT 2025
================
@@ -3,13 +3,14 @@
"moduleResolution": "node",
"module": "commonjs",
"outDir": "out",
- "rootDir": "src-ts",
+ "rootDirs": ["src-ts", "unittests-ts"],
----------------
JDevlieghere wrote:
Definitely something for a separate PR, but I would be supportive of moving all the extension logic (including the package.json & friends) into an extension subdirectory.
https://github.com/llvm/llvm-project/pull/162635
More information about the lldb-commits
mailing list