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(),