Skip to content

Commit b32ca0a

Browse files
heejaechangluabud
andauthored
Putting new properties in GDPR (#20111)
Co-authored-by: Luciana Abud <[email protected]>
1 parent f0ce532 commit b32ca0a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/client/telemetry/pylance.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,10 @@
6262
/* __GDPR__
6363
"language_server/completion_accepted" : {
6464
"autoimport" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
65-
"dictionarykey" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
65+
"dictionarykey" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
66+
"memberaccess" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
67+
68+
"keyword" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
6669
}
6770
*/
6871
/* __GDPR__

0 commit comments

Comments
 (0)