Skip to content

Commit 4d66b3f

Browse files
committed
Fixing endanimation on synth
1 parent 0c9c3e4 commit 4d66b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/InfraSynth.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ protected override async Task ExecuteAsync(OleMenuCmdEventArgs e, Project projec
5656
await VS.Documents.OpenAsync(Path.Combine(projectPath, "infra", "resources.bicep"));
5757

5858
Cleanup:
59-
await VS.StatusBar.EndAnimationAsync(StatusAnimation.Build);
59+
await VS.StatusBar.EndAnimationAsync(StatusAnimation.Sync);
6060
await VS.StatusBar.ShowProgressAsync(STATUS_MESSAGE, 2, 2);
6161
return;
6262
}

0 commit comments

Comments
 (0)