crates/recent_projects/src/ssh_connections.rs 🔗
@@ -317,7 +317,6 @@ impl SshClientDelegate {
if release_channel == ReleaseChannel::Dev
&& platform.arch == std::env::consts::ARCH
&& platform.os == std::env::consts::OS
- && false
{
use smol::process::{Command, Stdio};