We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfce5db commit 89ab158Copy full SHA for 89ab158
src/debugger/debugAdapterFactory.ts
@@ -74,7 +74,7 @@ export class LLDBDebugConfigurationProvider implements vscode.DebugConfiguration
74
private outputChannel: SwiftOutputChannel
75
) {}
76
77
- async resolveDebugConfiguration(
+ async resolveDebugConfigurationWithSubstitutedVariables(
78
_folder: vscode.WorkspaceFolder | undefined,
79
launchConfig: vscode.DebugConfiguration
80
): Promise<vscode.DebugConfiguration | undefined | null> {
0 commit comments