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 9f2ccaa commit 2565697Copy full SHA for 2565697
packages/core/src/shared/telemetry/vscodeTelemetry.json
@@ -358,9 +358,8 @@
358
"description": "Duration between the partner teams code receiving the message and when the message was finally displayed in ms"
359
},
360
{
361
- "name": "scenarioType",
+ "name": "scenario",
362
"type": "string",
363
- "allowedValues": ["wsOrphanedDocuments"],
364
"description": "Scenarios to count in telemetry"
365
}
366
],
@@ -1282,7 +1281,7 @@
1282
1281
"required": false
1283
1284
1285
- "type": "scenarioType",
+ "type": "scenario",
1286
"required": true
1287
1288
]
0 commit comments