zed
zed copied to clipboard
After fixing the error `Diagnostic-msg` not close
Check for existing issues
- [X] Completed
Describe the bug / provide steps to reproduce it
{
"context": "Editor && VimControl && !VimWaiting && !menu",
"bindings": {
"cmd-1": "editor::GoToDiagnostic",
"cmd-2": "editor::GoToPrevDiagnostic"
}
}
When I use cmd-1 to jump to an error and fix it, I find that the error message still exists, which is unusual.
Environment
Zed: v0.124.4 (Zed Preview) OS: macOS 14.3.1 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 ~/Library/Logs/Zed/Zed.log file to this issue.
If you only need the most recent lines, you can run the zed: open log command palette action to see the last 1000.
No response
I agree, this is quite annoying. I do not use the vim settings and have to manually close the diagnostics with the ESC key.
I think this might be a dupe of:
- https://github.com/zed-industries/zed/issues/4819
Closing for now, but let me know if its not quite the same.