Skip to content

Commit 89ab158

Browse files
use resolveDebugConfigurationWithSubstitutedVariables to force the lldb-dap process picker over CodeLLDB's
1 parent bfce5db commit 89ab158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/debugger/debugAdapterFactory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export class LLDBDebugConfigurationProvider implements vscode.DebugConfiguration
7474
private outputChannel: SwiftOutputChannel
7575
) {}
7676

77-
async resolveDebugConfiguration(
77+
async resolveDebugConfigurationWithSubstitutedVariables(
7878
_folder: vscode.WorkspaceFolder | undefined,
7979
launchConfig: vscode.DebugConfiguration
8080
): Promise<vscode.DebugConfiguration | undefined | null> {

0 commit comments

Comments
 (0)