We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e2888 commit ae4a241Copy full SHA for ae4a241
AddActionsWorkflow/AddActionsWorkflowPackage.cs
@@ -20,6 +20,7 @@ protected override async Task InitializeAsync(CancellationToken cancellationToke
20
{
21
await this.RegisterCommandsAsync();
22
23
+ // telemetry rating
24
RatingPrompt rating = new("TimHeuer.AddActionsWorkflow", Vsix.Name, await General.GetLiveInstanceAsync());
25
rating.RegisterSuccessfulUsage();
26
await rating.PromptAsync();
0 commit comments