zed icon indicating copy to clipboard operation
zed copied to clipboard

After fixing the error `Diagnostic-msg` not close

Open d1y opened this issue 2 years ago • 1 comments

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. fix9 fix10

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

d1y avatar Feb 25 '24 17:02 d1y

I agree, this is quite annoying. I do not use the vim settings and have to manually close the diagnostics with the ESC key.

nilskch avatar Feb 26 '24 10:02 nilskch

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.

JosephTLyons avatar Feb 27 '24 20:02 JosephTLyons