Skip to content

Commit

Permalink
fix(vscode): Remove double onboarding binaries validation (#4203)
Browse files Browse the repository at this point in the history
Remove double onboarding binaries
  • Loading branch information
ccastrotrejo committed Feb 15, 2024
1 parent 04caeae commit 15e0ea8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/vs-code-designer/src/onboarding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ export const startOnboarding = async (activateContext: IActionContext) => {
});
});

await onboardBinaries(activateContext);

await callWithTelemetryAndErrorHandling(autoStartDesignTimeSetting, async (actionContext: IActionContext) => {
await runWithDurationTelemetry(actionContext, showStartDesignTimeMessageSetting, async () => {
await promptStartDesignTimeOption(activateContext);
Expand Down

0 comments on commit 15e0ea8

Please sign in to comment.