Skip to content

Commit

Permalink
Reset deeplink params after generation (#5437)
Browse files Browse the repository at this point in the history
  • Loading branch information
fey101 authored Sep 19, 2024
1 parent 8ce513e commit d3926b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vscode/microsoft-kiota/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ export async function activate(
await displayGenerationResults(context, openApiTreeProvider, config);
}
}

deepLinkParams = {}; // Clear the state after the generation
}
}
),
Expand Down

0 comments on commit d3926b4

Please sign in to comment.