Skip to content

Commit

Permalink
fix downloadEspIdf method call
Browse files Browse the repository at this point in the history
  • Loading branch information
brianignacio5 committed Apr 8, 2024
1 parent fee80ed commit b303b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2264,7 +2264,7 @@ export async function activate(context: vscode.ExtensionContext) {
});

registerIDFCommand("espIdf.installEspIdf", async () => {
await downloadEspIdf(context.extensionUri);
await downloadEspIdf(context);
});

registerIDFCommand("espIdf.useEspIdfJsonSetup", async () => {
Expand Down

0 comments on commit b303b02

Please sign in to comment.