Skip to content

Commit 5f0279a

Browse files
authored
Fix bad GDPR annotations (#24450)
1 parent a2b007c commit 5f0279a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/client/telemetry/pylance.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"totaltime" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
145145
"typeevalcount" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
146146
"typeevaltime" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
147-
"failed" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
147+
"failed" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
148148
}
149149
*/
150150
/* __GDPR__
@@ -321,7 +321,7 @@
321321
"typeevalcount" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
322322
"typeevaltime" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
323323
"failed" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
324-
"lsversion" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
324+
"lsversion" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
325325
}
326326
*/
327327
/* __GDPR__
@@ -390,7 +390,7 @@
390390
"watchforlibrarychanges" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
391391
"workspacecount" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
392392
"failed" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
393-
"lsversion" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
393+
"lsversion" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
394394
}
395395
*/
396396
/* __GDPR__

0 commit comments

Comments
 (0)