[Lldb-commits] [lldb] [vscode-lldb] Restart server when the lldb-dap binary's modification time has changed (PR #159481)
Roy Shi via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 17 22:11:44 PDT 2025
================
@@ -14,11 +14,11 @@
],
"outFiles": [
"${workspaceFolder}/out/**/*.js"
- ],
- "preLaunchTask": {
- "type": "npm",
- "script": "watch"
- }
+ ]
----------------
royitaqi wrote:
Thanks for the good catch. I appreciate it.
These are unintentionally done during debug.
https://github.com/llvm/llvm-project/pull/159481
More information about the lldb-commits
mailing list