Skip to content

Commit db463dc

Browse files
committed
Add open from history event
1 parent a13aba4 commit db463dc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/core/webview/ClineProvider.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,16 @@ export class ClineProvider implements vscode.WebviewViewProvider {
306306
undefined,
307307
historyItem,
308308
)
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+
}
309319
}
310320

311321
// Send any JSON serializable data to the react app

0 commit comments

Comments
 (0)