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
50.24k stars 3.09k forks source link

Does not reloade image on change #20816

Closed SiebenCorgie closed 7 hours ago

SiebenCorgie commented 9 hours ago

Check for existing issues

Describe the bug / provide steps to reproduce it

I noticed that Zed does not reload image files when they change. I have a .png image in my project that gets periodically re-rendered. Even if I close the buffer/view in Zed and reopen it, it still shows the old image, not the new one. I currently have to open the image in my system's image-viewer instead.

Environment

Zed: v0.161.2 (Zed) OS: Linux Wayland arch unknown Memory: 31.3 GiB Architecture: x86_64 GPU: AMD Radeon RX 6800 XT || AMD open-source driver || 2024.Q3.3 (LLPC)

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 ``` ```
jansol commented 7 hours ago

Your Zed version is too old, reloading images in the image preview was only implemented last week: #20374 (it usually takes about two weeks for new changes to reach stable releases)