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.94k stars 3.16k forks source link

Diagnostics inline message not going away after fix #16135

Open jader-rubini opened 3 months ago

jader-rubini commented 3 months ago

Check for existing issues

Describe the bug / provide steps to reproduce it

I noticed in the last few days that my inline diagnostics messages aren't going away anymore after I apply the fixes, not even after I save the file again. The only way to make them go is closing the buffer and reopening again, which is not a great experience when you're working iteratively.

In the example below, it should have gone after I provided the second argument, but it's still there.

Screenshot 2024-08-12 at 18 30 44

Environment

Zed: v0.147.2 (Zed) OS: macOS 14.5.0 Memory: 16 GiB Architecture: aarch64

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


dlants commented 2 weeks ago

I'm experiencing the same thing with typescript lsp.

Zed 0.160.7 MacOS 14.6.1 (Apple M1 Pro)

Screenshot 2024-11-11 at 10 01 08 PM