Skip to content

Commit c545a36

Browse files
authored
Add GDPR tag for new pylance property (#20501)
`packages` has become `packagesBitArray`
1 parent e92c124 commit c545a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/telemetry/pylance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
*/
205205
/* __GDPR__
206206
"language_server/installed_packages" : {
207-
"packages" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
207+
"packagesbitarray" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
208208
"packageslowercase" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
209209
"resolverid" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
210210
}

0 commit comments

Comments
 (0)