Fix zed2 compile error
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user