We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb6e909 commit a9c9152Copy full SHA for a9c9152
src/client/telemetry/pylance.ts
@@ -148,6 +148,13 @@
148
"failed" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
149
}
150
*/
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
+*/
158
/* __GDPR__
159
"language_server/exception_intellicode" : {
160
"lsversion" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
0 commit comments