From 1dda039f3812e46f1e1791120acf4f4747d62068 Mon Sep 17 00:00:00 2001 From: CharlesChen0823 Date: Wed, 16 Oct 2024 14:08:37 +0800 Subject: [PATCH] remote_server: local build also need feature `debug-embed` (#19265) it's waste me one more hour. IMO, this also need for `build_local` Release Notes: - N/A --- crates/recent_projects/src/ssh_connections.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/recent_projects/src/ssh_connections.rs b/crates/recent_projects/src/ssh_connections.rs index 6eb27aa25a..d3752a7b12 100644 --- a/crates/recent_projects/src/ssh_connections.rs +++ b/crates/recent_projects/src/ssh_connections.rs @@ -468,6 +468,8 @@ impl SshClientDelegate { "build", "--package", "remote_server", + "--features", + "debug-embed", "--target-dir", "target/remote_server", ]))