Skip to content

After fixing an error and save buffer, lsp-ui still displays the error message #347

Open
@hisnawi

Description

@hisnawi

I am enabling flycheck syntax checking only on save with :

 flycheck-check-syntax-automatically  '(mode-enabled save)

And disabling lsp ui live reporting:

      (setq lsp-ui-flycheck-live-reporting nil)

however, if I follow the steps:
edit a line and cause an error -> save buffer -> lsp-ui shows error message -> fix error -> save buffer -> lsp-ui still shows same error message

If I check flycheck list of errors the error is not listed there anymore which tells me it is a lsp-ui issue.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions