Skip to content

Commit e522961

Browse files
authored
fix(modifySourceFolder): explicit result, reason fields #737
Problem The result and reason fields are being used in VSCode to add more details to the metric. In order to have the same fields in JetBrains these are needed to be specifically added to the metric definition. Solution Add the needed fields to the metric.
1 parent 805b65d commit e522961

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1608,6 +1608,14 @@
16081608
{
16091609
"type": "credentialStartUrl",
16101610
"required": false
1611+
},
1612+
{
1613+
"type": "reason",
1614+
"required": false
1615+
},
1616+
{
1617+
"type": "result",
1618+
"required": false
16111619
}
16121620
]
16131621
},

0 commit comments

Comments
 (0)