ZIm/crates/file_finder/src
Max Brunsfeld 37010aac6b
Allow opening the FS root dir as a remote project (#30190)
### Todo

* [x] Allow opening `ssh://username@host:/` from the CLI
* [x] Allow selecting `/` in the `open path` picker
* [x] Allow selecting the home directory in the `open path` picker

Release Notes:

- Changed the initial state of the SSH project picker to show the full
path to your home directory on the remote machine, instead of `~`.
- Added the ability to open `/` as a project folder over SSH

---------

Co-authored-by: Agus Zubiaga <hi@aguz.me>
2025-05-07 16:50:57 -07:00
..
file_finder.rs file_finder: Add skip_focus_for_active_in_search setting (#27624) 2025-04-30 22:58:33 +05:30
file_finder_settings.rs file_finder: Add skip_focus_for_active_in_search setting (#27624) 2025-04-30 22:58:33 +05:30
file_finder_tests.rs Properly score fuzzy match queries with multiple chars in lower case (#29794) 2025-05-02 15:02:53 +00:00
new_path_prompt.rs chore: Bump Rust version to 1.86 (#28021) 2025-04-03 23:32:50 +02:00
open_path_prompt.rs Allow opening the FS root dir as a remote project (#30190) 2025-05-07 16:50:57 -07:00
open_path_prompt_tests.rs workspace: Add trailing / to directories on completion when using OpenPathPrompt (#25430) 2025-03-04 14:01:08 +08:00