Fix zed2 compile error
This commit is contained in:
parent
0926db9111
commit
db3f487474
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ fn main() {
|
|||
// .detach();
|
||||
|
||||
client.telemetry().start(installation_id, session_id, cx);
|
||||
let telemetry_settings = *settings::get::<TelemetrySettings>(cx);
|
||||
let telemetry_settings = *client::TelemetrySettings::get_global(cx);
|
||||
let event_operation = match existing_installation_id_found {
|
||||
Some(true) => "open",
|
||||
_ => "first open",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue