[Lldb-commits] [lldb] [lldb-dap] show dialog when executable is not found (PR #104711)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 19 07:43:31 PDT 2024
================
@@ -1,4 +1,5 @@
import * as vscode from "vscode";
+import * as fs from "node:fs/promises";
----------------
walter-erquinigo wrote:
don't use this
https://github.com/llvm/llvm-project/pull/104711
More information about the lldb-commits
mailing list