We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c9c3e4 commit 4d66b3fCopy full SHA for 4d66b3f
src/Commands/InfraSynth.cs
@@ -56,7 +56,7 @@ protected override async Task ExecuteAsync(OleMenuCmdEventArgs e, Project projec
56
await VS.Documents.OpenAsync(Path.Combine(projectPath, "infra", "resources.bicep"));
57
58
Cleanup:
59
- await VS.StatusBar.EndAnimationAsync(StatusAnimation.Build);
+ await VS.StatusBar.EndAnimationAsync(StatusAnimation.Sync);
60
await VS.StatusBar.ShowProgressAsync(STATUS_MESSAGE, 2, 2);
61
return;
62
}
0 commit comments