Skip to content

Commit

Permalink
Fix bad GDPR annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
lramos15 authored Nov 15, 2024
1 parent a2b007c commit 47b7921
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/client/telemetry/pylance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"totaltime" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
"typeevalcount" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
"typeevaltime" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
"failed" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
"failed" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
}
*/
/* __GDPR__
Expand Down Expand Up @@ -321,7 +321,7 @@
"typeevalcount" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
"typeevaltime" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
"failed" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
"lsversion" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
"lsversion" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
}
*/
/* __GDPR__
Expand Down Expand Up @@ -390,7 +390,7 @@
"watchforlibrarychanges" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"workspacecount" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"failed" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
"lsversion" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"lsversion" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
}
*/
/* __GDPR__
Expand Down

0 comments on commit 47b7921

Please sign in to comment.