Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions src/client/telemetry/pylance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@
"resolverid" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
"rssmb" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
"diagnosticsseen" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"failed" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
"failed" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
"editablepthcount": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"computedpthcount": { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
}
*/
/* __GDPR__
Expand Down Expand Up @@ -245,7 +247,8 @@
"packageslowercase" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"resolverid" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"failed" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
"lsversion" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
"lsversion" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
"editablepthcount": { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
}
*/
/* __GDPR__
Expand Down
Loading