agent_ui: Do not show Codex wsl warning on wsl take 2 (#42096)
https://github.com/zed-industries/zed/pull/42079#discussion_r2498472887 Release Notes: - N/A *or* Added/Fixed/Improved ...
This commit is contained in:
@@ -1077,10 +1077,6 @@ impl RemoteConnectionOptions {
|
||||
RemoteConnectionOptions::Wsl(opts) => opts.distro_name.clone(),
|
||||
}
|
||||
}
|
||||
|
||||
pub fn is_wsl(&self) -> bool {
|
||||
matches!(self, RemoteConnectionOptions::Wsl(_))
|
||||
}
|
||||
}
|
||||
|
||||
impl From<SshConnectionOptions> for RemoteConnectionOptions {
|
||||
|
||||
Reference in New Issue
Block a user