We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd1f70 commit e592cedCopy full SHA for e592ced
telemetry/definitions/commonDefinitions.json
@@ -1448,14 +1448,14 @@
1448
"description": "Time from start to end of Generating unit tests"
1449
},
1450
{
1451
- "name": "linesOfCodeGenerated",
+ "name": "linesOfCodeAccepted",
1452
"type": "int",
1453
- "description": "Number of lines of code generated"
+ "description": "Number of lines of code accepted"
1454
1455
1456
- "name": "linesOfCodeAccepted",
+ "name": "linesOfCodeGenerated",
1457
1458
- "description": "Number of lines of code accepted"
+ "description": "Number of lines of code generated"
1459
1460
1461
"name": "loadFileTime",
0 commit comments