Skip to content

Commit b8c0fc4

Browse files
authored
Update pylance.ts (#24237)
add lsversion to language_server.crash event
1 parent 92762ca commit b8c0fc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/client/telemetry/pylance.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@
400400
*/
401401
/* __GDPR__
402402
"language_server.crash" : {
403-
"oom" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "rchiodo" }
403+
"oom" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "rchiodo" },
404+
"lsversion" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "rchiodo" },
404405
}
405406
*/

0 commit comments

Comments
 (0)