You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
codeActionListLength: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The length of the code action list when quit out. Can be from any code action menu.'};
324
325
didCancel: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'Whether the code action was cancelled or selected.'};
326
+
codeActions: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'What code actions were available when cancelled.'};
325
327
owner: 'justschen';
326
328
comment: 'Event used to gain insights into how many valid code actions are being shown';
// Telemetry for showing code actions here. only log on `showLightbulb`. Logs when code action list is quit out.
207
-
typeShowCodeActionListEvent={
208
-
codeActionListLength: number;
209
-
};
210
-
211
-
typeShowListEventClassification={
212
-
codeActionListLength: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The length of the code action list when quit out. Can be from any code action menu.'};
213
-
owner: 'justschen';
214
-
comment: 'Event used to gain insights into how often the lightbulb only contains one code action, namely the move to code action. ';
0 commit comments