Skip to content

Commit

Permalink
Commenting added [release]
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed Oct 13, 2022
1 parent e1e2888 commit ae4a241
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AddActionsWorkflow/AddActionsWorkflowPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ protected override async Task InitializeAsync(CancellationToken cancellationToke
{
await this.RegisterCommandsAsync();

// telemetry rating
RatingPrompt rating = new("TimHeuer.AddActionsWorkflow", Vsix.Name, await General.GetLiveInstanceAsync());
rating.RegisterSuccessfulUsage();
await rating.PromptAsync();
Expand Down

0 comments on commit ae4a241

Please sign in to comment.