Skip to content

Commit 32ba04a

Browse files
author
Akos Kitta
committed
fix: launch config path param
1 parent 2ff2ffe commit 32ba04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/debug.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function activateDebug(_: vscode.ExtensionContext): vscode.Disposable {
2121
'arduino.debug.start',
2222
async (params: StartDebugParams) => {
2323
const launchConfig = await createLaunchConfig(params);
24-
return startDebug(params.cliConfigPath, launchConfig);
24+
return startDebug(params.launchConfigPath, launchConfig);
2525
}
2626
),
2727
vscode.commands.registerCommand(

0 commit comments

Comments
 (0)