Skip to content

Commit

Permalink
fix: disable clean output for plugins generation
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Aug 26, 2024
1 parent 76436f5 commit 3760650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/microsoft-kiota/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ export async function activate(
[],
clientKey,
settings.clearCache,
settings.cleanOutput,
false,
settings.disableValidationRules,
ConsumerOperation.Edit
);
Expand Down

0 comments on commit 3760650

Please sign in to comment.