parent
3da1902e24
commit
77bf2ad0f1
5 changed files with 17 additions and 7 deletions
|
@ -1019,9 +1019,9 @@ impl InputHandler for TerminalInputHandler {
|
|||
self.workspace
|
||||
.update(cx, |this, cx| {
|
||||
cx.invalidate_character_coordinates();
|
||||
|
||||
let telemetry = this.project().read(cx).client().telemetry().clone();
|
||||
telemetry.log_edit_event("terminal");
|
||||
let project = this.project().read(cx);
|
||||
let telemetry = project.client().telemetry().clone();
|
||||
telemetry.log_edit_event("terminal", project.is_via_ssh());
|
||||
})
|
||||
.ok();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue