Skip to content

Commit 041be0d

Browse files
authored
Fix GDPR annotations (#24278)
1 parent c2ed6b2 commit 041be0d

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
@@ -401,6 +401,6 @@
401401
/* __GDPR__
402402
"language_server.crash" : {
403403
"oom" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "rchiodo" },
404-
"lsversion" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "rchiodo" },
404+
"lsversion" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "rchiodo" }
405405
}
406406
*/

0 commit comments

Comments
 (0)