Skip to content

Commit 2d1ae20

Browse files
authored
Add properties to GDPR tags
1 parent e8dd8c0 commit 2d1ae20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/client/telemetry/pylance.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@
327327
/* __GDPR__
328328
"language_server/settings" : {
329329
"addimportexactmatchonly" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
330+
"aicodeactionsimplementabstractclasses" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
330331
"autoimportcompletions" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
331332
"autosearchpaths" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
332333
"callArgumentNameInlayHints" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
@@ -344,6 +345,7 @@
344345
"intelliCodeEnabled" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
345346
"includeusersymbolsinautoimport" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
346347
"indexing" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
348+
"languageservermode" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
347349
"lspinteractivewindows" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
348350
"lspnotebooks" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
349351
"movesymbol" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },

0 commit comments

Comments
 (0)