zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
51.05k stars 3.17k forks source link

Missing files in Go to File, when >1 folders in one window #21117

Open du-song opened 1 week ago

du-song commented 1 week ago

Check for existing issues

Describe the bug / provide steps to reproduce it

  1. create two folders x and y, create file a in both of them
  2. added both folders to one window
  3. trigger Go to File, x/a and y/a show up
  4. open either of them
  5. trigger Go to File, only one a shows up
  6. close the opened a
  7. trigger Go to File, still only one a shows up

Environment

macOS / Zed Preview 0.163.2 / Zed 0.162.5

If applicable, add mockups / screenshots to help explain present your vision of the feature

No response

If applicable, attach your Zed.log file to this issue.

Zed.log ``` ```
osiewicz commented 1 week ago

In step 3. do you have any file open or is it a blank screen?