From e557eb4afe05195f7196f118270816d7a1ad73d6 Mon Sep 17 00:00:00 2001 From: Mikayla Date: Tue, 21 Nov 2023 12:45:25 -0800 Subject: [PATCH] Fix no window showing up on startup co-authored-by: Marshall --- crates/zed2/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/zed2/src/main.rs b/crates/zed2/src/main.rs index 9c42badb8517f42b502e8af5b61c4296bb990ee5..c1db4eace4ffb1e8b13fbc0a14b31394fdd3c083 100644 --- a/crates/zed2/src/main.rs +++ b/crates/zed2/src/main.rs @@ -355,7 +355,7 @@ async fn restore_or_create_workspace(app_state: &Arc, mut cx: AsyncApp cx.update(|cx| workspace::open_paths(location.paths().as_ref(), app_state, None, cx))? .await .log_err(); - } else if matches!(KEY_VALUE_STORE.read_kvp("******* THIS IS A BAD KEY PLEASE UNCOMMENT BELOW TO FIX THIS VERY LONG LINE *******"), Ok(None)) { + // todo!(welcome) //} else if matches!(KEY_VALUE_STORE.read_kvp(FIRST_OPEN), Ok(None)) { //todo!()