ssh: Improve dismissal behaviour (#18900)
Do not always close current window in SshConnectionModal; only do so when the window was spawned from ssh modal. Assign unique IDs to "Open folder" buttons Closes #ISSUE Release Notes: - N/A
This commit is contained in:
parent
9c54bd1bd4
commit
f50bca7630
4 changed files with 33 additions and 17 deletions
|
@ -1,7 +1,6 @@
|
|||
mod dev_servers;
|
||||
pub mod disconnected_overlay;
|
||||
mod ssh_connections;
|
||||
mod ssh_remotes;
|
||||
use remote::SshConnectionOptions;
|
||||
pub use ssh_connections::open_ssh_project;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue