[Lldb-commits] [lldb] [lldb-dap] Allow providing debug adapter arguments in the extension (PR #129262)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 7 15:18:12 PST 2025
================
@@ -66,19 +70,17 @@ async function findDAPExecutable(): Promise<string | undefined> {
}
async function getDAPExecutable(
- session: vscode.DebugSession,
+ folder: vscode.WorkspaceFolder | undefined,
----------------
walter-erquinigo wrote:
call this workspaceFolder because this is not any folder
https://github.com/llvm/llvm-project/pull/129262
More information about the lldb-commits
mailing list