ZIm/crates/file_finder/src
CharlesChen0823 630a326a07
file_finder: Fix create wrong file in multiple worktree (#33139)
When open multiple worktree, using `file_finder` to create a new file
shoud respect current focused worktree.
test case:
```
project:
   worktree A
        file1
   worktree B
        file2 <-  focused
```
when focused `file2`, `ctrl-p` toggle `file_finder` to create `file3`
should exists in worktreeB.


I try add test case for `CreateNew` in file_finder, but found not
worked, if you help me, I can try add this test case.

Release Notes:

- Fixed file finder selecting wrong worktree when creating a file
2025-06-25 19:17:41 +03:00
..
file_finder.rs file_finder: Fix create wrong file in multiple worktree (#33139) 2025-06-25 19:17:41 +03:00
file_finder_settings.rs Properly handle ignored files in the file finder (#31542) 2025-05-27 18:34:28 +00:00
file_finder_tests.rs file_finder: Fix create wrong file in multiple worktree (#33139) 2025-06-25 19:17:41 +03:00
open_path_prompt.rs editor: Improve code completion filtering to provide fewer and more accurate suggestions (#32928) 2025-06-18 16:01:28 +05:30
open_path_prompt_tests.rs Improve Zed prompts for file path selection (#32014) 2025-06-03 20:35:25 +00:00