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 2ff2ffe commit 32ba04aCopy full SHA for 32ba04a
src/debug.ts
@@ -21,7 +21,7 @@ export function activateDebug(_: vscode.ExtensionContext): vscode.Disposable {
21
'arduino.debug.start',
22
async (params: StartDebugParams) => {
23
const launchConfig = await createLaunchConfig(params);
24
- return startDebug(params.cliConfigPath, launchConfig);
+ return startDebug(params.launchConfigPath, launchConfig);
25
}
26
),
27
vscode.commands.registerCommand(
0 commit comments