Skip to content

Commit 2e023d4

Browse files
authored
Added some GDPR for pylance (#25004)
1 parent 7fea432 commit 2e023d4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/client/telemetry/pylance.ts

+10
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,16 @@
457457
"lsversion" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
458458
}
459459
*/
460+
/* __GDPR__
461+
"language_server/mcp_tool" : {
462+
"kind" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
463+
"duration" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
464+
"cancelled" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
465+
"cancellation_reason" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
466+
"lsversion" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
467+
"failed" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
468+
}
469+
*/
460470
/**
461471
* Telemetry event sent when LSP server crashes
462472
*/

0 commit comments

Comments
 (0)