Skip to content

Commit d3926b4

Browse files
authored
Reset deeplink params after generation (#5437)
1 parent 8ce513e commit d3926b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vscode/microsoft-kiota/src/extension.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ export async function activate(
231231
await displayGenerationResults(context, openApiTreeProvider, config);
232232
}
233233
}
234+
235+
deepLinkParams = {}; // Clear the state after the generation
234236
}
235237
}
236238
),

0 commit comments

Comments
 (0)