fix GDPR annotations

This commit is contained in:
kieferrm 2020-08-12 00:47:16 +00:00
parent ce508a8214
commit c17b4c2488

View file

@ -338,7 +338,7 @@ class CompletionAcceptedCommand implements Command {
if (item instanceof MyCompletionItem) { if (item instanceof MyCompletionItem) {
/* __GDPR__ /* __GDPR__
"completions.accept" : { "completions.accept" : {
"isPackageJsonImport" : { "classification": "SystemMetadata", "purpose": "FeatureInsight" }, "isPackageJsonImport" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"${include}": [ "${include}": [
"${TypeScriptCommonProperties}" "${TypeScriptCommonProperties}"
] ]
@ -555,12 +555,12 @@ class TypeScriptCompletionItemProvider implements vscode.CompletionItemProvider<
) { ) {
/* __GDPR__ /* __GDPR__
"completions.execute" : { "completions.execute" : {
"duration" : { "classification": "SystemMetadata", "purpose": "FeatureInsight" }, "duration" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"type" : { "classification": "SystemMetadata", "purpose": "FeatureInsight" }, "type" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"count" : { "classification": "SystemMetadata", "purpose": "FeatureInsight" }, "count" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"updateGraphDurationMs" : { "classification": "SystemMetadata", "purpose": "FeatureInsight" }, "updateGraphDurationMs" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"createAutoImportProviderProgramDurationMs" : { "classification": "SystemMetadata", "purpose": "FeatureInsight" }, "createAutoImportProviderProgramDurationMs" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"includesPackageJsonImport" : { "classification": "SystemMetadata", "purpose": "FeatureInsight" }, "includesPackageJsonImport" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"${include}": [ "${include}": [
"${TypeScriptCommonProperties}" "${TypeScriptCommonProperties}"
] ]