@@ -338,7 +338,7 @@ class CompletionAcceptedCommand implements Command {
338338 if ( item instanceof MyCompletionItem ) {
339339 /* __GDPR__
340340 "completions.accept" : {
341- "isPackageJsonImport" : { "classification": "SystemMetadata ", "purpose": "FeatureInsight" },
341+ "isPackageJsonImport" : { "classification": "SystemMetaData ", "purpose": "FeatureInsight" },
342342 "${include}": [
343343 "${TypeScriptCommonProperties}"
344344 ]
@@ -555,12 +555,12 @@ class TypeScriptCompletionItemProvider implements vscode.CompletionItemProvider<
555555 ) {
556556 /* __GDPR__
557557 "completions.execute" : {
558- "duration" : { "classification": "SystemMetadata ", "purpose": "FeatureInsight" },
559- "type" : { "classification": "SystemMetadata ", "purpose": "FeatureInsight" },
560- "count" : { "classification": "SystemMetadata ", "purpose": "FeatureInsight" },
561- "updateGraphDurationMs" : { "classification": "SystemMetadata ", "purpose": "FeatureInsight" },
562- "createAutoImportProviderProgramDurationMs" : { "classification": "SystemMetadata ", "purpose": "FeatureInsight" },
563- "includesPackageJsonImport" : { "classification": "SystemMetadata ", "purpose": "FeatureInsight" },
558+ "duration" : { "classification": "SystemMetaData ", "purpose": "FeatureInsight" },
559+ "type" : { "classification": "SystemMetaData ", "purpose": "FeatureInsight" },
560+ "count" : { "classification": "SystemMetaData ", "purpose": "FeatureInsight" },
561+ "updateGraphDurationMs" : { "classification": "SystemMetaData ", "purpose": "FeatureInsight" },
562+ "createAutoImportProviderProgramDurationMs" : { "classification": "SystemMetaData ", "purpose": "FeatureInsight" },
563+ "includesPackageJsonImport" : { "classification": "SystemMetaData ", "purpose": "FeatureInsight" },
564564 "${include}": [
565565 "${TypeScriptCommonProperties}"
566566 ]
0 commit comments