mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Add open from history event
This commit is contained in:
parent
a13aba4bd4
commit
db463dc1ef
1 changed files with 10 additions and 0 deletions
|
|
@ -306,6 +306,16 @@ export class ClineProvider implements vscode.WebviewViewProvider {
|
|||
undefined,
|
||||
historyItem,
|
||||
)
|
||||
|
||||
// Open task from history
|
||||
if (telemetryService.isTelemetryEnabled()) {
|
||||
telemetryService.capture({
|
||||
event: "Open task from history",
|
||||
properties: {
|
||||
apiProvider: apiConfiguration.apiProvider,
|
||||
},
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
// Send any JSON serializable data to the react app
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue