We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ac385 commit 730df28Copy full SHA for 730df28
src/client/telemetry/pylance.ts
@@ -20,7 +20,8 @@
20
"errorname" : { "classification": "CallstackOrException", "purpose": "PerformanceAndHealth" },
21
"errorstack" : { "classification": "CallstackOrException", "purpose": "PerformanceAndHealth" },
22
"lsversion" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
23
- "method" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
+ "method" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
24
+ "modulehash" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
25
}
26
*/
27
/* __GDPR__
0 commit comments