Skip to content

Commit

Permalink
Fixing endanimation on synth
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed Dec 20, 2023
1 parent 0c9c3e4 commit 4d66b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/InfraSynth.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ protected override async Task ExecuteAsync(OleMenuCmdEventArgs e, Project projec
await VS.Documents.OpenAsync(Path.Combine(projectPath, "infra", "resources.bicep"));

Cleanup:
await VS.StatusBar.EndAnimationAsync(StatusAnimation.Build);
await VS.StatusBar.EndAnimationAsync(StatusAnimation.Sync);
await VS.StatusBar.ShowProgressAsync(STATUS_MESSAGE, 2, 2);
return;
}
Expand Down

0 comments on commit 4d66b3f

Please sign in to comment.