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 f59ebb2 commit e9feecdCopy full SHA for e9feecd
packages/core/src/shared/telemetry/vscodeTelemetry.json
@@ -343,9 +343,8 @@
343
"description": "Duration between the partner teams code receiving the message and when the message was finally displayed in ms"
344
},
345
{
346
- "name": "scenarioType",
+ "name": "scenario",
347
"type": "string",
348
- "allowedValues": ["wsOrphanedDocuments"],
349
"description": "Scenarios to count in telemetry"
350
}
351
],
@@ -1270,7 +1269,7 @@
1270
1269
"required": false
1271
1272
1273
- "type": "scenarioType",
+ "type": "scenario",
1274
"required": true
1275
1276
]
0 commit comments