Skip to content

Commit a9c9152

Browse files
luabudkarthiknadig
andauthored
Update pylance.ts (#24959)
Add GDPR tags for telemetry event --------- Co-authored-by: Karthik Nadig <[email protected]>
1 parent bb6e909 commit a9c9152

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/client/telemetry/pylance.ts

+7
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,13 @@
148148
"failed" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
149149
}
150150
*/
151+
/* __GDPR__
152+
"language_server/completion_context_items" : {
153+
"lsversion" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
154+
"context" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
155+
"count" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
156+
}
157+
*/
151158
/* __GDPR__
152159
"language_server/exception_intellicode" : {
153160
"lsversion" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },

0 commit comments

Comments
 (0)