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
@@ -373,6 +377,8 @@ class RenameController implements IEditorContribution {
373
377
nRenameSuggestions?: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'Number of rename suggestions user has got'};
374
378
timeBeforeFirstInputFieldEdit?: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'Milliseconds before user edits the input field for the first time'};
375
379
wantsPreview?: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'If user wanted preview.'};
380
+
nRenameSuggestionsInvocations?: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'Number of times rename suggestions were invoked'};
381
+
hadAutomaticRenameSuggestionsInvocation?: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'Whether rename suggestions were invoked automatically'};
376
382
};
377
383
378
384
constvalue: RenameInvokedEvent=
@@ -391,6 +397,8 @@ class RenameController implements IEditorContribution {
0 commit comments