From 654053ec03ca0cc38387cd72b6013611e9769271 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Thu, 18 Sep 2025 08:56:54 -0600 Subject: [PATCH] Windoz --- crates/recent_projects/src/remote_servers.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/recent_projects/src/remote_servers.rs b/crates/recent_projects/src/remote_servers.rs index 6e9a5ea6a9685962d5b37c904846e14f5a4e821e..7b19c887b0c36490a83ef7da35f7ecbd533fcb16 100644 --- a/crates/recent_projects/src/remote_servers.rs +++ b/crates/recent_projects/src/remote_servers.rs @@ -1360,7 +1360,7 @@ impl RemoteServerProjects { setting .wsl_connections .get_or_insert(Default::default()) - .push(crate::remote_connections::WslConnection { + .push(settings::WslConnection { distro_name: SharedString::from(connection_options.distro_name), user: connection_options.user, projects: BTreeSet::new(),