Skip to content

Commit a60fbd5

Browse files
authored
Add GDPR tags for new Pylance properties (microsoft#22922)
1 parent aff0b05 commit a60fbd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/client/telemetry/pylance.ts

+2
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@
118118
"custom_completionitemtelemetrybuildtimeinms" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
119119
"custom_extensiontotaltimeinms" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
120120
"custom_selecteditemtelemetrybuildtimeinms" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
121+
"custom_completiontype" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
122+
"custom_filetype" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
121123
"lsversion" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
122124
"parsecallcount" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
123125
"parsetime" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },

0 commit comments

Comments
 (0)