Skip to content

Commit 8cdfd45

Browse files
committed
Fixing lint issues
1 parent 797fb4a commit 8cdfd45

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{
1414
"name": "acceptedLinesCount",
1515
"type": "int",
16-
"description": "The number of accepted suggestions"
16+
"description": "The number of accepted lines of code"
1717
},
1818
{
1919
"name": "action",
@@ -1324,6 +1324,11 @@
13241324
"type": "int",
13251325
"description": "The number of generated cases"
13261326
},
1327+
{
1328+
"name": "generatedLinesCount",
1329+
"type": "int",
1330+
"description": "The number of generated lines of code"
1331+
},
13271332
{
13281333
"name": "generateFailure",
13291334
"type": "string",

0 commit comments

Comments
 (0)