Skip to content

Commit 7e72067

Browse files
authored
Add GDPR classification tag for new event (#21135)
1 parent 4207576 commit 7e72067

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/client/telemetry/pylance.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,11 @@
137137
"name" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
138138
}
139139
*/
140+
/* __GDPR__
141+
"language_server/goto_def_inside_string" : {
142+
"resultlength" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
143+
}
144+
*/
140145
/* __GDPR__
141146
"language_server/import_heuristic" : {
142147
"avgcost" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },

0 commit comments

Comments
 (0)