Skip to content

Commit c17b4c2

Browse files
committed
fix GDPR annotations
1 parent ce508a8 commit c17b4c2

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

  • extensions/typescript-language-features/src/languageFeatures

extensions/typescript-language-features/src/languageFeatures/completions.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)