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 a13aba4 commit db463dcCopy full SHA for db463dc
src/core/webview/ClineProvider.ts
@@ -306,6 +306,16 @@ export class ClineProvider implements vscode.WebviewViewProvider {
306
undefined,
307
historyItem,
308
)
309
+
310
+ // Open task from history
311
+ if (telemetryService.isTelemetryEnabled()) {
312
+ telemetryService.capture({
313
+ event: "Open task from history",
314
+ properties: {
315
+ apiProvider: apiConfiguration.apiProvider,
316
+ },
317
+ })
318
+ }
319
}
320
321
// Send any JSON serializable data to the react app
0 commit comments