Add a way to import ssh host names from the ssh config (#30926)
Closes https://github.com/zed-industries/zed/issues/20016 Use `"read_ssh_config": false` to disable the new behavior. Release Notes: - Added a way to import ssh host names from the ssh config --------- Co-authored-by: Cole Miller <m@cole-miller.net>
This commit is contained in:
parent
e468f9d2da
commit
83afe56a61
6 changed files with 419 additions and 78 deletions
|
@ -1,6 +1,8 @@
|
|||
pub mod disconnected_overlay;
|
||||
mod remote_servers;
|
||||
mod ssh_config;
|
||||
mod ssh_connections;
|
||||
|
||||
pub use ssh_connections::{is_connecting_over_ssh, open_ssh_project};
|
||||
|
||||
use disconnected_overlay::DisconnectedOverlay;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue