Skip to content

Commit c3f601d

Browse files
authored
Added some pylance telemetry (#24984)
added some pylance specific telemetries
1 parent 4b7650e commit c3f601d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/client/telemetry/pylance.ts

+3
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,9 @@
378378
"language_server/settings" : {
379379
"addimportexactmatchonly" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
380380
"aicodeactionsimplementabstractclasses" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
381+
"aiCodeActionsGenerateDocstring" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
382+
"aiCodeActionsGenerateSymbols" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
383+
"aiCodeActionsConvertFormatString" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
381384
"autoimportcompletions" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
382385
"autosearchpaths" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
383386
"callArgumentNameInlayHints" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },

0 commit comments

Comments
 (0)