Skip to content

Commit 4cd3a11

Browse files
committed
Updates streamline collaboration usage triggers
1 parent a116774 commit 4cd3a11

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/telemetry/walkthroughStateProvider.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,15 @@ const walkthroughRequiredMapping: Readonly<Map<WalkthroughContextKeys, Walkthrou
8787
{
8888
subscriptionStates: triedProStates,
8989
subscriptionCommands: tryProCommands,
90-
usage: [`command:${Commands.CreateCloudPatch}:executed`, `command:${Commands.CreatePatch}:executed`],
90+
usage: [
91+
`patchDetailsView:shown`,
92+
`patchDetailsWebview:shown`,
93+
`draftsView:shown`,
94+
`command:${Commands.ShowDraftsView}:executed`,
95+
`command:${Commands.ShowPatchDetailsPage}:executed`,
96+
`command:${Commands.CreateCloudPatch}:executed`,
97+
`command:${Commands.CreatePatch}:executed`,
98+
],
9199
},
92100
],
93101
[

0 commit comments

Comments
 (0)