We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ce532 commit b32ca0aCopy full SHA for b32ca0a
src/client/telemetry/pylance.ts
@@ -62,7 +62,10 @@
62
/* __GDPR__
63
"language_server/completion_accepted" : {
64
"autoimport" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
65
- "dictionarykey" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
+ "dictionarykey" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
66
+ "memberaccess" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
67
+
68
+ "keyword" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
69
}
70
*/
71
0 commit comments