Skip to content

Commit 1bbe377

Browse files
authored
Update Pylance settings telemetry properties (#19708)
1 parent bf9df04 commit 1bbe377

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/client/telemetry/pylance.ts

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,20 +301,23 @@
301301
"autoimportcompletions" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
302302
"autosearchpaths" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
303303
"completefunctionparens" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
304+
"disableworkspacesymbol" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
304305
"enableextractcodeaction" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
306+
"formatontype" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
307+
"functionReturnInlayTypeHints" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
305308
"hasconfigfile" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
306309
"hasextrapaths" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
310+
"importformat" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
307311
"indexing" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
312+
"lspinteractivewindows" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
313+
"lspnotebooks" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
308314
"openfilesonly" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
309315
"typecheckingmode" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
310316
"useimportheuristic" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
311317
"uselibrarycodefortypes" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
312-
"workspacecount" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
313318
"variableinlaytypehints" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
314-
"functionReturnInlayTypeHints" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
315-
"disableworkspacesymbol" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
316319
"watchforlibrarychanges" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
317-
"lspnotebooks" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
320+
"workspacecount" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
318321
}
319322
*/
320323
/* __GDPR__

0 commit comments

Comments
 (0)