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
providerId: {classification: 'PublicNonPersonalData';purpose: 'FeatureInsight';comment: 'Provider of the completions item'};
488
489
basenameHash: {classification: 'PublicNonPersonalData';purpose: 'FeatureInsight';comment: 'Hash of the basename of the file into which the completion was inserted'};
489
490
fileExtension: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'File extension of the file into which the completion was inserted'};
490
491
languageId: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'Language type of the file into which the completion was inserted'};
491
-
kind: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The completion item kind'};
492
+
kind: {classification: 'SystemMetaData';purpose: 'FeatureInsight';isMeasurement: true;comment: 'The completion item kind'};
493
+
itemResolved: {classification: 'SystemMetaData';purpose: 'FeatureInsight';isMeasurement: true;comment: 'If the item was inserted before resolving was done'};
492
494
};
493
495
// _debugDisplayName looks like `vscode.css-language-features(/-:)`, where the last bit is the trigger chars
494
496
// normalize it to just the extension ID and lowercase
@@ -499,6 +501,7 @@ export class SuggestController implements IEditorContribution {
0 commit comments