Skip to content

Commit c2ed6b2

Browse files
authored
Update pylance gdpr classification tag (#24274)
1 parent 204b8ca commit c2ed6b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/client/telemetry/pylance.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"method" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
3030
"modulehash" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
3131
"moduleversion" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
32-
"resultLength" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true }
32+
"resultlength" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true }
3333
}
3434
*/
3535
/* __GDPR__
@@ -321,7 +321,7 @@
321321
"lsversion" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
322322
"method" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
323323
"modulehash" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
324-
"resultLength" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true }
324+
"resultlength" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true }
325325
}
326326
*/
327327
/* __GDPR__

0 commit comments

Comments
 (0)