[Lldb-commits] [lldb] [lldb-dap] Allow providing debug adapter arguments in the extension (PR #129262)

Matthew Bastien via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 11 10:15:08 PDT 2025


================
@@ -66,19 +70,17 @@ async function findDAPExecutable(): Promise<string | undefined> {
 }
 
 async function getDAPExecutable(
-  session: vscode.DebugSession,
+  folder: vscode.WorkspaceFolder | undefined,
----------------
matthewbastien wrote:

Done.

https://github.com/llvm/llvm-project/pull/129262


More information about the lldb-commits mailing list